Skip to content

Commit 8292286

Browse files
committed
1
1 parent 195a984 commit 8292286

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
node-version: latest
2121
check-latest: true
2222

23-
- run: |
23+
- name: Build
24+
run: |
2425
npm i
2526
cd test
2627
npm i

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"type": "module",
1414
"scripts": {
15-
"build": "rimraf dist && tsc && node build.js && cd test && npm run build",
15+
"build": "rimraf dist && tsc && node build.js && cd test && node --run build",
1616
"prepublishOnly": "node --run build"
1717
},
1818
"repository": {

0 commit comments

Comments
 (0)