Skip to content

Commit 1bb2f6f

Browse files
committed
add post-install script
1 parent 98b9092 commit 1bb2f6f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src.gen/@amzn/amazon-q-developer-streaming-client/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src.gen/@amzn/amazon-q-developer-streaming-client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"build:types": "tsc -p tsconfig.types.json",
1111
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
1212
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
13-
"prepack": "npm run clean && npm run build"
13+
"prepack": "npm run clean && npm run build",
14+
"postinstall": "npm run build"
1415
},
1516
"main": "./dist-cjs/index.js",
1617
"types": "./dist-types/index.d.ts",

0 commit comments

Comments
 (0)