Skip to content

Commit 7153154

Browse files
committed
chore: update script
1 parent 09b9aa3 commit 7153154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"lint-dependencies": "dependency-lint",
233233
"lint": "yarn run lint-code && yarn run lint-dependencies",
234234
"prefeature-test": "yarn run build-local",
235-
"prepublishOnly": "rm -r lib && yarn run build-local",
235+
"prepublishOnly": "yarn run build-local",
236236
"test-coverage": "yarn run lint && ./scripts/test-coverage.sh",
237237
"test": "yarn run lint && yarn run unit-test && yarn run feature-test",
238238
"unit-test": "mocha src"

0 commit comments

Comments
 (0)