We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195a984 commit 8292286Copy full SHA for 8292286
2 files changed
.github/workflows/deploy.yml
@@ -20,7 +20,8 @@ jobs:
20
node-version: latest
21
check-latest: true
22
23
- - run: |
+ - name: Build
24
+ run: |
25
npm i
26
cd test
27
package.json
@@ -12,7 +12,7 @@
12
],
13
"type": "module",
14
"scripts": {
15
- "build": "rimraf dist && tsc && node build.js && cd test && npm run build",
+ "build": "rimraf dist && tsc && node build.js && cd test && node --run build",
16
"prepublishOnly": "node --run build"
17
},
18
"repository": {
0 commit comments