Skip to content

Commit

Permalink
Fix publish-biblio.sh to match actual build (tc39#866)
Browse files Browse the repository at this point in the history
* Fix publish-biblio.sh to match actual build

* actually use npm script instead
  • Loading branch information
bakkot authored Feb 29, 2024
1 parent 9c7c1b9 commit 52cbba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-biblio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euxo pipefail


npx ecmarkup --verbose spec.html --write-biblio biblio/biblio.json /dev/null
npm run build-to -- --write-biblio biblio/biblio.json /dev/null

cp LICENSE.md biblio/

Expand Down

0 comments on commit 52cbba8

Please sign in to comment.