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 3
3
"name" : " template-for-proposals" ,
4
4
"description" : " A repository template for ECMAScript proposals." ,
5
5
"scripts" : {
6
- "start" : " npm run build-loose -- --watch" ,
7
6
"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"
9
11
},
10
12
"homepage" : " https://github.com/tc39/template-for-proposals#readme" ,
11
13
"repository" : {
You can’t perform that action at this time.
0 commit comments