File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @as-integrations/aws-lambda ' : patch
3
+ ---
4
+
5
+ Remove postinstall script which causes issues for non-TS users
Original file line number Diff line number Diff line change 18
18
"node" : " >=14.0"
19
19
},
20
20
"scripts" : {
21
- "//" : " #use npx here to ensure that non-TS users triggering the postinstall script don't need to install TypeScript globally or in their project" ,
22
- "build" : " npx -p typescript tsc --build tsconfig.build.json" ,
21
+ "build" : " tsc --build tsconfig.build.json" ,
23
22
"clean" : " git clean -dfqX" ,
24
- "postinstall " : " npm run build" ,
23
+ "prepack " : " npm run build" ,
25
24
"prettier-check" : " prettier --check ." ,
26
25
"prettier-fix" : " prettier --write ." ,
27
26
"publish-changeset" : " changeset publish" ,
You can’t perform that action at this time.
0 commit comments