We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepack
prepublishOnly
1 parent a89d4df commit 7c0ee5bCopy full SHA for 7c0ee5b
package.json
@@ -38,7 +38,7 @@
38
"clean:declarations-lib": "rm -rf $(find lib -type f -name '*.d.ts*' ! -name '*-types.d.ts')",
39
"clean": "run-p clean:*",
40
"prepare": "husky",
41
- "prepublishOnly": "run-s build",
+ "prepack": "run-s build",
42
"test:mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js'",
43
"test-ci": "run-s test:*",
44
"test": "run-s check test:*"
0 commit comments