We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e644762 commit f345b7dCopy full SHA for f345b7d
package.json
@@ -8,7 +8,7 @@
8
"build:library": "rollup -c",
9
"build:readme": "node --experimental-modules ./render-readme.mjs",
10
"build": "npm run build:library && npm run build:readme && npm run fmt",
11
- "build:website": "node genwebsite.js",
+ "build:website": "npm run build && node genwebsite.js",
12
"fmt": "prettier --write ./{,{src,rollup-plugins}/**/}*.{mjs,js,md}"
13
},
14
"repository": "GoogleChromeLabs/wasm-feature-detect",
0 commit comments