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.
1 parent 55e0c16 commit 9839dbeCopy full SHA for 9839dbe
package.json
@@ -11,7 +11,6 @@
11
"test": "npm run lint && npm run testonly",
12
"testonly": "mocha --check-leaks --exit --full-trace --require ts-node/register 'src/**/__tests__/**/*-test.{ts,tsx}'",
13
"dist": "npm run clean && tsc && npm run build",
14
- "postinstall": "npm run clean && npm run dist",
15
"prepublish": "npm run clean && npm run dist"
16
},
17
"directories": {
0 commit comments