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.
2 parents 95e2899 + 6386801 commit 50c7575Copy full SHA for 50c7575
package.json
@@ -12,7 +12,7 @@
12
"test": "npm run lint && npm run testonly",
13
"testonly": "mocha --check-leaks --exit --full-trace --require ts-node/register/transpile-only 'src/**/__tests__/**/*-test.{ts,tsx}'",
14
"dist": "npm run clean && tsc && npm run build",
15
- "prepublish": "npm run clean && npm run dist"
+ "prepare": "npm run clean && npm run dist"
16
},
17
"directories": {
18
"lib": "./dist"
0 commit comments