File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 "eslint" : " eslint src" ,
1212 "build" : " webpack --config webpack.config.prod.js" ,
1313 "prepublishOnly" : " npm run eslint" ,
14- "publish" : " npm publish --access public" ,
1514 "test" : " jest --collect-coverage"
1615 },
1716 "repository" : {
Original file line number Diff line number Diff line change 1010 "scripts" : {
1111 "eslint" : " eslint src" ,
1212 "build" : " webpack --config webpack.config.prod.js" ,
13- "prepublishOnly" : " npm run eslint" ,
14- "publish" : " npm publish --access public"
13+ "prepublishOnly" : " npm run eslint"
1514 },
1615 "repository" : {
1716 "type" : " git" ,
Original file line number Diff line number Diff line change 1010 "scripts" : {
1111 "eslint" : " eslint src" ,
1212 "build" : " webpack --config webpack.config.prod.js" ,
13- "prepublishOnly" : " npm run eslint" ,
14- "publish" : " npm publish --access public"
13+ "prepublishOnly" : " npm run eslint"
1514 },
1615 "repository" : {
1716 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments