Skip to content

Commit f345b7d

Browse files
committedOct 1, 2019
Build library before website
1 parent e644762 commit f345b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:library": "rollup -c",
99
"build:readme": "node --experimental-modules ./render-readme.mjs",
1010
"build": "npm run build:library && npm run build:readme && npm run fmt",
11-
"build:website": "node genwebsite.js",
11+
"build:website": "npm run build && node genwebsite.js",
1212
"fmt": "prettier --write ./{,{src,rollup-plugins}/**/}*.{mjs,js,md}"
1313
},
1414
"repository": "GoogleChromeLabs/wasm-feature-detect",

0 commit comments

Comments
 (0)