Skip to content

Commit

Permalink
More build script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Sep 3, 2024
1 parent 1e34417 commit 2ecfa61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"private": true,
"name": "proposal-structs",
"description": "Structs/fixed-layout objects for JavaScript",
"description": "JavaScript Structs (build)",
"license": "Fair",
"scripts": {
"start": "npm run build-loose -- --watch",
"build": "npm run build-loose -- --strict",
"build-loose": "ecmarkup --verbose spec.emu out/index.html"
"build-loose": "node -e 'fs.mkdirSync(\"build\", { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec/index.html build/index.html --js-out build/ecmarkup.js --css-out build/ecmarkup.css --lint-spec",
"format": "emu-format --write 'spec/*.html'"
},
"homepage": "https://github.com/syg/proposal-structs",
"repository": {
"type": "git",
"url": "git+https://github.com/syg/proposal-structs.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tc39/proposal-structs/issues"
},
"devDependencies": {
"@tc39/ecma262-biblio": "^2.1.2407",
"ecmarkup": "^15.0.0"
Expand Down
2 changes: 0 additions & 2 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ title: JavaScript Structs / Fixed-Layout Objects
stage: 1
contributors: Your Name(s) Here
</pre>

<emu-biblio href="spec/biblio.json"></emu-biblio>
3 changes: 0 additions & 3 deletions spec/biblio.json

This file was deleted.

0 comments on commit 2ecfa61

Please sign in to comment.