We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac0ec9 commit a6318e7Copy full SHA for a6318e7
package.json
@@ -10,7 +10,7 @@
10
"build-only": "npm run build-to -- out/index.html --assets-dir=out",
11
"build": "npm run build-only -- --lint-spec --strict",
12
"build-for-pdf": "npm run build -- --old-toc",
13
- "test": "npm run build-to -- --lint-spec /dev/null",
+ "test": "npm run build-to -- /dev/null --lint-spec --strict",
14
"watch": "npm run build-only -- --lint-spec --watch"
15
},
16
"repository": "tc39/ecma402",
0 commit comments