File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments