Skip to content

Commit a0831f4

Browse files
committed
remove preversion, fix "lerna run build" doc
1 parent 5860088 commit a0831f4

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The full report can be seen by opening `./coverage/lcov-report/index.html`.
5656
To release, run:
5757

5858
```bash
59-
lerna build
59+
lerna run build
6060
lerna version
6161
lerna publish
6262
git push --tags origin master

packages/core/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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",

packages/playground/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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": {

0 commit comments

Comments
 (0)