We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d4a94 commit 63a5b83Copy full SHA for 63a5b83
2 files changed
package.json
@@ -46,7 +46,7 @@
46
"scripts": {
47
"build": "npm run clean && tsc",
48
"clean": "rm -rf .*cache *.log .swc/ coverage/ dist/ logs/",
49
- "postinstall": "npm x -y -- zx@latest ./postinstall.mjs",
+ "postinstall": "bash postinstall.bash",
50
"lint": "eslint src --ext .js,.ts",
51
"lint:build": "npm run lint -- --config .build.eslintrc.json",
52
"lint:commit": "npm x -y -- commitlint@latest --edit",
postinstall.bash
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+npm x -y -- zx@latest ./postinstall.mjs
0 commit comments