Skip to content

Commit 1f425f9

Browse files
committed
2 parents 6557bc4 + ca8fb8a commit 1f425f9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: cd test
2525
- run: npm i
2626
- run: cd ..
27-
- run: node --run build
27+
- run: npm run build
2828

2929
- name: Deploy
3030
uses: JamesIves/github-pages-deploy-action@v4

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"type": "module",
1414
"scripts": {
15-
"build": "rimraf dist && tsc && node build.js && cd test && node --run build",
16-
"prepublishOnly": "node --run build"
15+
"build": "rimraf dist && tsc && node build.js && cd test && npm run build",
16+
"prepublishOnly": "npm run build"
1717
},
1818
"repository": {
1919
"type": "git",
@@ -58,4 +58,4 @@
5858
"esbuild": ">=0.25.0",
5959
"typescript": ">=5.7.2"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)