Skip to content

Commit 7052693

Browse files
authored
fix: run build in prepublish only (#156)
1 parent 5bf72a7 commit 7052693

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"dev": "npm run lint && npm run build && npm run test",
1818
"test": "c8 --reporter=html --reporter=text-summary --reporter=lcov mocha \"lib/test/**/*_test.js\"",
1919
"format": "prettier --write \"src/**/*.ts\"",
20-
"prepare": "npm run build",
21-
"prepublishOnly": "npm run lint && npm run test"
20+
"prepare": "npm run build"
2221
},
2322
"repository": {
2423
"type": "git",

0 commit comments

Comments
 (0)