File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 "build" : " npm run build:init && npm run build:js && npm run build:install" ,
3636 "build:init" : " rm -rf dist && mkdir dist" ,
3737 "build:js" : " cd src && babel . -d ../dist" ,
38- "build:install" : " cp package.json dist/ && cd dist && npm install --production" ,
38+ "build:install" : " cp package.json package-lock.json dist/ && cd dist && npm install --production" ,
3939 "deploy" : " npm run package && npm run deploy:run" ,
4040 "deploy:run" : " babel-node ./bin/deploy.js" ,
4141 "package" : " npm run build && npm run package:pack" ,
4747 "test:build" : " npm run test:build:init && npm run test:build:js && npm run test:build:install" ,
4848 "test:build:init" : " cd test && rm -rf dist && mkdir dist" ,
4949 "test:build:js" : " cd src && babel . -d ../test/dist" ,
50- "test:build:install" : " cp package.json test/dist/ && cd test/dist && npm install --production" ,
50+ "test:build:install" : " cp package.json package-lock.json test/dist/ && cd test/dist && npm install --production" ,
5151 "test:run" : " jest test/"
5252 },
5353 "dependencies" : {
You can’t perform that action at this time.
0 commit comments