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 5151 "license" : " Apache-2.0" ,
5252 "sideEffects" : false ,
5353 "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" ,
5656 "build-clean" : " rimraf .next" ,
5757 "lint" : " eslint ." ,
5858 "lint:fix" : " eslint . --fix" ,
5959 "start" : " NODE_ENV=production next start -p 4000" ,
6060 "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" ,
6363 "test:unit" : " NODE_ENV=jesttest jest" ,
6464 "test:unit:watch" : " NODE_ENV=jesttest jest --watchAll" ,
6565 "test:link" : " blc http://web.reaction.localhost:4000 -ro -filter=3 -e" ,
You can’t perform that action at this time.
0 commit comments