Skip to content

Commit

Permalink
refactor: clean up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhuy committed Sep 14, 2020
1 parent 0d917d4 commit 13cb667
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"author": "Johnny Huynh <[email protected]>",
"license": "MIT",
"scripts": {
"postinstall": "lerna bootstrap",
"format": "prettier packages/**/* --write",
"prepublishOnly": "lerna run build",
"postinstall": "lerna bootstrap && lerna run build",
"pretest": "npm run lint && lerna run build",
"format": "prettier packages/**/*.js --write",
"lerna": "lerna",
"lint": "eslint packages/**/*.js",
"test": "npm run lint && lerna run build && jest",
"release": "lerna run build && lerna version --create-release github --conventional-commits --yes && lerna publish from-package --yes"
"test": "jest",
"release": "lerna version --create-release github --conventional-commits --yes && lerna publish from-package --yes"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down

0 comments on commit 13cb667

Please sign in to comment.