We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4a552 commit bc6c464Copy full SHA for bc6c464
packages/ui-extensions-go-cli/package.json
@@ -12,7 +12,8 @@
12
"start": "cd packages/dev-console-app; yarn start",
13
"test": "yarn --cwd ../.. nx run ui-extensions-go-cli:test",
14
"test:nx": "node bin/test.js",
15
- "package": "node bin/package.js",
+ "package": "yarn --cwd ../.. nx run ui-extensions-go-cli:package",
16
+ "package:nx": "node bin/package.js",
17
"lint": "gofmt -s .",
18
"lint:fix": "gofmt -w -s ."
19
},
packages/ui-extensions-go-cli/project.json
@@ -12,6 +12,13 @@
"options": {
"script": "test:nx"
}
+ },
+ "package": {
+ "executor": "nx:run-script",
+ "dependsOn": ["^build"],
+ "options": {
20
+ "script": "package:nx"
21
+ }
22
23
24
0 commit comments