Skip to content

Commit

Permalink
Don't publish release for only changed tests, run rollup also before …
Browse files Browse the repository at this point in the history
…packing
  • Loading branch information
vierbergenlars committed Aug 8, 2023
1 parent c601a25 commit 333b48c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.1-alpha.0",
"ignoreChanges": ["**/__tests/**"],
"command": {
"version": {
"allowBranch": "main"
Expand Down
2 changes: 1 addition & 1 deletion packages/hal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tslib": "^2.6.1"
},
"scripts": {
"prepublishOnly": "rollup -c",
"prepare": "rollup -c",
"test": "jest"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/uri-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"uri-templates": "^0.2.0"
},
"scripts": {
"prepublishOnly": "rollup -c",
"prepare": "rollup -c",
"test": "jest"
},
"repository": {
Expand Down

0 comments on commit 333b48c

Please sign in to comment.