Skip to content

Commit 438a6e7

Browse files
authored
chore: add prepare stage to the package (#231)
1 parent 222c6bc commit 438a6e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "nx run-many -t build --all",
1414
"lint": "nx run-many -t lint --all",
1515
"test": "echo \"Error: no test specified\" && exit 1",
16-
"prepare": "npm run build",
16+
"prepare": "nx run-many -t prepare --all",
1717
"typecheck": "nx run-many -t typecheck --all"
1818
},
1919
"repository": {

ts/observability-kit-client/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"build:dts": "tsc -p tsconfig.build.json",
2020
"lint": "eslint src/**/*.ts",
2121
"postversion": "npm run build",
22+
"prepare": "npm run build",
2223
"typecheck": "tsc --noEmit"
2324
},
2425
"exports": {

0 commit comments

Comments
 (0)