Skip to content

Commit cd9bc72

Browse files
mwczkylebuch8
authored andcommitted
run a build after npm install (#328)
1 parent ef6d248 commit cd9bc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "bash scripts/build.sh",
99
"clean": "rm -rf node_modules package-lock.json {elements,themes}/*/{node_modules,package-lock.json}",
1010
"bootstrap": "lerna bootstrap --hoist",
11-
"postinstall": "npm run bootstrap",
11+
"postinstall": "npm run bootstrap && npm run build",
1212
"test-suite-inject": "node scripts/test-suite-inject.js",
1313
"doc-listing-inject": "node scripts/doc-listing-inject.js",
1414
"license-update": "node scripts/license-update.js",

0 commit comments

Comments
 (0)