Skip to content

Commit 08c641d

Browse files
authored
Merge pull request #11 from BenoitAverty/remove-postinstall
fix(core): remove build script after installing the package
2 parents 8096c66 + 0d00b32 commit 08c641d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ui-predicate-core/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"test": "jest -c ../../jest.js --coverage",
88
"test:debugger": "node --inspect-brk node_modules/.bin/jest --watch",
9-
"postinstall": "npm run build",
109
"build": "parcel build --out-file=ui-predicate-core --out-dir=lib --no-cache --detailed-report --target=browser src/index.js",
1110
"test:watch": "jest --coverage --watch",
1211
"test:coverage": "jest -c ../../jest.js --maxWorkers=2 --coverage",

0 commit comments

Comments
 (0)