Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
fix: lerna bootstrap before version
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Feb 28, 2020
1 parent 1351113 commit e948c36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "yarn lint:eslint && yarn lint:prettier",
"lint:eslint": "eslint --ext .ts,.tsx,.js . -f unix",
"lint:fix": "eslint --ext .ts,.tsx,.js . -f unix --fix && prettier --write **/*.{ts,tsx} *.js",
"lint:prettier": "prettier --check **/*.{ts,tsx} *.js"
"lint:prettier": "prettier --check **/*.{ts,tsx} *.js",
"version": "lerna bootstrap"
},
"devDependencies": {
"@blockstack/prettier-config": "^0.0.5",
Expand Down
3 changes: 1 addition & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"typecheck": "tsc --noEmit",
"build": "tsc",
"prepublishOnly": "yarn build",
"prod": "NODE_ENV=production ts-node src/http.ts",
"version": "yarn"
"prod": "NODE_ENV=production ts-node src/http.ts"
},
"dependencies": {
"@blockstack/analytics": "^0.2.1",
Expand Down

0 comments on commit e948c36

Please sign in to comment.