Skip to content

Commit a6318e7

Browse files
committed
Meta: fix test script
1 parent eac0ec9 commit a6318e7

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
@@ -10,7 +10,7 @@
1010
"build-only": "npm run build-to -- out/index.html --assets-dir=out",
1111
"build": "npm run build-only -- --lint-spec --strict",
1212
"build-for-pdf": "npm run build -- --old-toc",
13-
"test": "npm run build-to -- --lint-spec /dev/null",
13+
"test": "npm run build-to -- /dev/null --lint-spec --strict",
1414
"watch": "npm run build-only -- --lint-spec --watch"
1515
},
1616
"repository": "tc39/ecma402",

0 commit comments

Comments
 (0)