Skip to content

Commit a7ebc3c

Browse files
authored
fix build-spec (#412)
1 parent 92a4e60 commit a7ebc3c

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "tsc -sourceMap",
99
"build-release": "tsc",
10-
"build-spec": "mkdir -p docs && node bin/ecmarkup.js spec/index.html docs/index.html --no-ecma-262-biblio --css-out docs/elements.css --js-out docs/ecmarkup.js",
10+
"build-spec": "mkdir -p docs && node bin/ecmarkup.js spec/index.html docs/index.html --css-out docs/elements.css --js-out docs/ecmarkup.js",
1111
"prepack": "safe-publish-latest && npm run build-release",
1212
"test": "mocha",
1313
"test-baselines": "mocha test/baselines.js",

0 commit comments

Comments
 (0)