Skip to content

Commit be8c06a

Browse files
committed
fix: tests
1 parent 5bc9957 commit be8c06a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"inputs": ["production", "^production"]
4040
},
4141
"nx-release-publish": {
42-
"dependsOn": ["test", "build"],
42+
"dependsOn": ["build"],
4343
"options": {
4444
"packageRoot": "{workspaceRoot}/dist/{projectRoot}"
4545
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"workspace-generator": "nx workspace-generator",
2525
"dep-graph": "nx dep-graph",
2626
"help": "nx help",
27-
"release": "npm exec -- rimraf dist && npm exec -- tsx ./tools/scripts/release/index.ts --dry-run=false"
27+
"release": "npm run test && npm exec -- rimraf dist && npm exec -- tsx ./tools/scripts/release/index.ts --dry-run=false"
2828
},
2929
"private": true,
3030
"dependencies": {

0 commit comments

Comments
 (0)