Skip to content

Commit 37a6600

Browse files
authored
actually use npm script instead
1 parent 27bae61 commit 37a6600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-biblio.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euxo pipefail
44

55

6-
npx ecmarkup --verbose --load-biblio @tc39/ecma262-biblio spec/index.html --write-biblio biblio/biblio.json /dev/null
6+
npm run build-to -- --write-biblio biblio/biblio.json /dev/null
77

88
cp LICENSE.md biblio/
99

0 commit comments

Comments
 (0)