Skip to content

Commit

Permalink
chore: remove release
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Jul 21, 2020
1 parent 58b2dc3 commit 48e9c73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 666 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettier": "prettier --write .",
"release": "run-s lint clean build test release:npm",
"release:npm": "./scripts/release.sh",
"publish:beta": "lerna version prerelease --preid beta --force-publish --yes && release --pre",
"publish:beta": "lerna version prerelease --preid beta --force-publish --yes",
"test": "jest",
"test:watch": "cross-env NODE_ENV=test jest --watchAll",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand Down Expand Up @@ -55,7 +55,6 @@
"prettier": "^2.0.1",
"pretty-quick": "^2.0.1",
"react": "^16.9.0",
"release": "^6.1.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
Expand Down
Loading

0 comments on commit 48e9c73

Please sign in to comment.