We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222c6bc commit 438a6e7Copy full SHA for 438a6e7
package.json
@@ -13,7 +13,7 @@
13
"build": "nx run-many -t build --all",
14
"lint": "nx run-many -t lint --all",
15
"test": "echo \"Error: no test specified\" && exit 1",
16
- "prepare": "npm run build",
+ "prepare": "nx run-many -t prepare --all",
17
"typecheck": "nx run-many -t typecheck --all"
18
},
19
"repository": {
ts/observability-kit-client/package.json
@@ -19,6 +19,7 @@
"build:dts": "tsc -p tsconfig.build.json",
20
"lint": "eslint src/**/*.ts",
21
"postversion": "npm run build",
22
+ "prepare": "npm run build",
23
"typecheck": "tsc --noEmit"
24
25
"exports": {
0 commit comments