File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " specs-new " ,
2
+ "name" : " specs" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " " ,
4
+ "description" : " The Filecoin protocol specification " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "start" : " concurrently -n diagrams,hugo \" tools/diagrams.js --watch\" \" npm run serve\" " ,
8
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
9
- "serve" : " npm run diagrams && hugo server --bind=0.0.0.0 --disableFastRender" ,
10
- "build" : " npm run diagrams && hugo --gc --minify" ,
11
- "clean-modules" : " hugo mod clean --all && hugo mod tidy" ,
12
- "diagrams" : " tools/diagrams.js --all"
8
+ "start" : " concurrently npm:watch-*" ,
9
+ "serve" : " npm start" ,
10
+ "watch-hugo" : " npm run build-diagrams && hugo server --bind=0.0.0.0 --disableFastRender" ,
11
+ "watch-diagrams" : " tools/diagrams.js --watch" ,
12
+ "build" : " npm run build-diagrams && hugo --gc --minify" ,
13
+ "build-diagrams" : " tools/diagrams.js --all" ,
14
+ "clean" : " premove public resources static/_gen && hugo mod clean --all && hugo mod tidy"
13
15
},
14
16
"author" : " " ,
15
17
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments