File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2525 "test:jest" : " jest" ,
2626 "test" : " npm run test:eslint && npm run test:prettier && npm run test:jest" ,
2727 "clean" : " rm -rf __tests__ PivotTable.js* PivotTableUI.js* PlotlyRenderers.js* TableRenderers.js* Utilities.js* pivottable.css" ,
28- "doPublish" : " npm run clean && cp src/pivottable.css . && babel src --out-dir=. --source-maps --presets=env,react --plugins babel-plugin-add-module-exports && npm publish" ,
28+ "build" : " npm run clean && cp src/pivottable.css . && babel src --out-dir=. --source-maps --presets=env,react --plugins babel-plugin-add-module-exports" ,
29+ "doPublish" : " npm run build && npm publish" ,
2930 "postpublish" : " npm run clean" ,
3031 "deploy" : " webpack -p && mv bundle.js examples && cd examples && git init && git add . && git commit -m build && git push --force git@github.com:plotly/react-pivottable.git master:gh-pages && rm -rf .git bundle.js"
3132 },
You can’t perform that action at this time.
0 commit comments