File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 12.14 .1
1
+ 14.18 .1
Original file line number Diff line number Diff line change 51
51
"license" : " Apache-2.0" ,
52
52
"sideEffects" : false ,
53
53
"scripts" : {
54
- "dev" : " echo 'Note: dev script has been renamed to start:dev' && yarn run start:dev" ,
55
- "build" : " yarn run build-clean && NODE_ENV=production IS_BUILDING_NEXTJS=1 next build" ,
54
+ "dev" : " echo 'Note: dev script has been renamed to start:dev' && npm run start:dev" ,
55
+ "build" : " npm run build-clean && NODE_ENV=production IS_BUILDING_NEXTJS=1 next build" ,
56
56
"build-clean" : " rimraf .next" ,
57
57
"lint" : " eslint ." ,
58
58
"lint:fix" : " eslint . --fix" ,
59
59
"start" : " NODE_ENV=production next start -p 4000" ,
60
60
"start:dev" : " NODE_ENV=development next dev -p 4000" ,
61
- "test" : " yarn run test:unit" ,
62
- "test:ci" : " yarn run test:unit --ci --runInBand --colors" ,
61
+ "test" : " npm run test:unit" ,
62
+ "test:ci" : " npm run test:unit --ci --runInBand --colors" ,
63
63
"test:unit" : " NODE_ENV=jesttest jest" ,
64
64
"test:unit:watch" : " NODE_ENV=jesttest jest --watchAll" ,
65
65
"test:link" : " blc http://web.reaction.localhost:4000 -ro -filter=3 -e" ,
You can’t perform that action at this time.
0 commit comments