Skip to content

Commit 5ddfd3c

Browse files
committed
Remove postinstall script.
1 parent 9c6dc90 commit 5ddfd3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@
1010
"sync-docs": "./scripts/docs-sync.sh",
1111
"build-docs": "./scripts/docs-build.sh",
1212
"build": "./scripts/compile.sh",
13-
"build-init": "./scripts/compile-init.sh",
1413
"lint": "./scripts/lint.sh",
1514
"lint-fix": "./scripts/lint-fix.sh",
1615
"test": "./scripts/test.sh",
1716
"test-unit": "./scripts/test-unit.sh",
1817
"yo-component": "yo ./generator-eui/app/component.js",
1918
"yo-doc": "yo ./generator-eui/app/documentation.js",
20-
"release": "./scripts/release.sh",
21-
"postinstall": "npm run build-init"
19+
"release": "./scripts/release.sh"
2220
},
2321
"dependencies": {
2422
"brace": "0.10.0",

0 commit comments

Comments
 (0)