Skip to content

Commit

Permalink
chore: Update workspaces in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 23, 2021
1 parent ece5bd6 commit f8ad7af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -13,6 +13,7 @@
"build": "lerna exec \"tsc -p ./ --types --outDir lib\" --scope create-tsbb --scope tsbb --stream",
"type-check": "lerna exec \"tsc --noEmit\" --scope create-tsbb --scope tsbb --stream",
"hoist": "lerna bootstrap --hoist",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean --yes",
"pretty-quick": "pretty-quick",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
Expand All @@ -32,6 +33,7 @@
"typescript": "4.1.3"
},
"workspaces": [
"packages/tsbb"
"packages/tsbb",
"packages/create-tsbb"
]
}

0 comments on commit f8ad7af

Please sign in to comment.