We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b9aa3 commit 7153154Copy full SHA for 7153154
package.json
@@ -232,7 +232,7 @@
232
"lint-dependencies": "dependency-lint",
233
"lint": "yarn run lint-code && yarn run lint-dependencies",
234
"prefeature-test": "yarn run build-local",
235
- "prepublishOnly": "rm -r lib && yarn run build-local",
+ "prepublishOnly": "yarn run build-local",
236
"test-coverage": "yarn run lint && ./scripts/test-coverage.sh",
237
"test": "yarn run lint && yarn run unit-test && yarn run feature-test",
238
"unit-test": "mocha src"
0 commit comments