File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "scripts" : {
77 "start" : " parcel src/index.html --port 4000" ,
8- "test" : " echo \" Error: no test specified\" && exit 1 "
8+ "test" : " echo \" Error: no test specified\" "
99 },
1010 "keywords" : [],
1111 "author" : " " ,
Original file line number Diff line number Diff line change 77 "license" : " MIT" ,
88 "repository" : " git+https://github.com/cerebral/overmind.git" ,
99 "scripts" : {
10- "start" : " webpack-dev-server --port 4000" ,
11- "build" : " webpack" ,
10+ "start" : " webpack-dev-server --port 4000" ,
11+ "build" : " webpack" ,
12+ "test" : " echo \" Error: no test specified\" " ,
1213 "typecheck" : " tsc --noEmit" ,
1314 "prepare" : " npm run build" ,
1415 "posttest" : " npm run typecheck"
Original file line number Diff line number Diff line change 99 "scripts" : {
1010 "start" : " parcel src/index.html --port 4000" ,
1111 "build" : " parcel build src/index.html " ,
12+ "test" : " echo \" Error: no test specified\" " ,
1213 "prepare" : " npm run build"
1314 },
1415 "keywords" : [
You can’t perform that action at this time.
0 commit comments