Skip to content

Commit 9839dbe

Browse files
committed
Revert "add prepare to support install package from github"
This reverts commit 55e0c16.
1 parent 55e0c16 commit 9839dbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"test": "npm run lint && npm run testonly",
1212
"testonly": "mocha --check-leaks --exit --full-trace --require ts-node/register 'src/**/__tests__/**/*-test.{ts,tsx}'",
1313
"dist": "npm run clean && tsc && npm run build",
14-
"postinstall": "npm run clean && npm run dist",
1514
"prepublish": "npm run clean && npm run dist"
1615
},
1716
"directories": {

0 commit comments

Comments
 (0)