Skip to content

Commit

Permalink
chore(): lerna build (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Mar 25, 2022
1 parent d3d35a9 commit 6e65e5d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ build/
.DS_Store
.idea/
.vscode
.npmrc
1 change: 1 addition & 0 deletions packages/angular-output-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "npm run build",
"prebuild": "rimraf ./dist && npm run test",
"build": "tsc && npm run rollup",
"watch": "tsc --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/react-output-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "npm run build",
"prebuild": "rimraf ./dist",
"build": "tsc && npm run rollup",
"watch": "tsc --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/svelte-output-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "npm run build",
"prebuild": "rimraf ./dist",
"build": "tsc && npm run rollup",
"watch": "tsc --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/vue-output-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "npm run build",
"prebuild": "rimraf ./dist",
"build": "tsc && npm run rollup",
"watch": "tsc --watch",
Expand Down

0 comments on commit 6e65e5d

Please sign in to comment.