We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc9957 commit be8c06aCopy full SHA for be8c06a
nx.json
@@ -39,7 +39,7 @@
39
"inputs": ["production", "^production"]
40
},
41
"nx-release-publish": {
42
- "dependsOn": ["test", "build"],
+ "dependsOn": ["build"],
43
"options": {
44
"packageRoot": "{workspaceRoot}/dist/{projectRoot}"
45
}
package.json
@@ -24,7 +24,7 @@
24
"workspace-generator": "nx workspace-generator",
25
"dep-graph": "nx dep-graph",
26
"help": "nx help",
27
- "release": "npm exec -- rimraf dist && npm exec -- tsx ./tools/scripts/release/index.ts --dry-run=false"
+ "release": "npm run test && npm exec -- rimraf dist && npm exec -- tsx ./tools/scripts/release/index.ts --dry-run=false"
28
29
"private": true,
30
"dependencies": {
0 commit comments