Skip to content

Commit 3ecebb5

Browse files
committed
feat(): remove postinstall script
There are no longer any dependencies in app-lib or the CLI that require native bindings that need to potentially be rebuilt.
1 parent 3d54ea3 commit 3ecebb5

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

lib/tasks/postinstall.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"full-release": "node lib/tasks/bumpversion --npmInstall --git --npmPublish",
1616
"test": "npm run jasmine",
1717
"e2e": "jasmine-node --captureExceptions ./e2e",
18-
"jasmine": "jasmine-node --captureExceptions ./spec",
19-
"postinstall": "node lib/tasks/postinstall"
18+
"jasmine": "jasmine-node --captureExceptions ./spec"
2019
},
2120
"keywords": [
2221
"ionic",

0 commit comments

Comments
 (0)