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 2828 "webpack-config-jaid" : " ^2.0.0"
2929 },
3030 "scripts" : {
31- "clean" : " rimraf dist dist-jsdoc " ,
31+ "clean" : " rimraf dist" ,
3232 "build:prod" : " cross-env NODE_ENV=production webpack" ,
3333 "build:dev" : " webpack" ,
34- "test" : " jest && npm run build:prod && cross-env MAIN=dist jest" ,
34+ "test" : " jest && npm run build:prod && cross-env MAIN=dist/package/production jest" ,
3535 "test:dev" : " npm run build:dev && jest" ,
3636 "test:debug" : " cross-env DEBUG=$(basename $PWD) node --inspect=9229 node_modules/jest/bin/jest.js --runInBand" ,
3737 "release" : " npm test && cross-env git tag v$npm_package_version && git push --tags && cross-env opn https://github.com/$npm_package_author_name/$(basename $PWD)/releases/new?tag=v$npm_package_version"
You can’t perform that action at this time.
0 commit comments