File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ The full report can be seen by opening `./coverage/lcov-report/index.html`.
5656To release, run:
5757
5858``` bash 
59- lerna build
59+ lerna run  build
6060lerna version
6161lerna publish
6262git push --tags origin master
Original file line number Diff line number Diff line change 1313 "lint" : " eslint src test" 
1414 "precommit" : " lint-staged" 
1515 "publish-to-npm" : " npm run build && npm publish" 
16-  "preversion" : " npm run build && npm run cs-check && npm run lint" 
1716 "start" : " concurrently \" npm:build:* -- --watch\" " 
1817 "tdd" : " cross-env NODE_ENV=test mocha --require @babel/register --watch --require ./test/setup-jsdom.js test/**/*_test.js" 
1918 "test" : " cross-env BABEL_ENV=test NODE_ENV=test mocha --require @babel/register --require ./test/setup-jsdom.js test/**/*_test.js" 
Original file line number Diff line number Diff line change 1313 "precommit" : " lint-staged" 
1414 "publish-to-gh-pages" : " npm run build && gh-pages --dist build/" 
1515 "publish-to-npm" : " npm run build && npm publish" 
16-  "preversion" : " npm run build && npm run build && npm run cs-check && npm run lint" 
1716 "start" : " webpack-dev-server --open --config webpack.config.dev.js" 
1817 },
1918 "lint-staged" : {
                         You can’t perform that action at this time. 
           
                  
0 commit comments