Skip to content

Commit

Permalink
Build library before website
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Oct 1, 2019
1 parent e644762 commit f345b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build:library": "rollup -c",
"build:readme": "node --experimental-modules ./render-readme.mjs",
"build": "npm run build:library && npm run build:readme && npm run fmt",
"build:website": "node genwebsite.js",
"build:website": "npm run build && node genwebsite.js",
"fmt": "prettier --write ./{,{src,rollup-plugins}/**/}*.{mjs,js,md}"
},
"repository": "GoogleChromeLabs/wasm-feature-detect",
Expand Down

0 comments on commit f345b7d

Please sign in to comment.