Skip to content

Commit

Permalink
Fix publish-biblio.sh to match actual build
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored Feb 28, 2024
1 parent ddd6fa4 commit 27bae61
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
npx ecmarkup --verbose --load-biblio @tc39/ecma262-biblio spec/index.html --write-biblio biblio/biblio.json /dev/null

cp LICENSE.md biblio/

Expand Down

0 comments on commit 27bae61

Please sign in to comment.