Skip to content

Commit 038c85f

Browse files
committed
Add package.json scripts
1 parent 901ea48 commit 038c85f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
"name": "template-for-proposals",
44
"description": "A repository template for ECMAScript proposals.",
55
"scripts": {
6-
"start": "npm run build-loose -- --watch",
76
"build": "npm run build-loose -- --strict",
8-
"build-loose": "node -e 'fs.mkdirSync(\"build\", { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.emu build/index.html --lint-spec"
7+
"build-loose": "node -e 'fs.mkdirSync(\"build\", { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.emu build/index.html --lint-spec",
8+
"clean": "rm -rf out",
9+
"format": "emu-format --write spec.emu",
10+
"watch": "npm run build-loose -- --watch"
911
},
1012
"homepage": "https://github.com/tc39/template-for-proposals#readme",
1113
"repository": {

0 commit comments

Comments
 (0)