Skip to content

Commit 34dd83d

Browse files
author
Lukas Holzer
committed
chore: fix on windows
1 parent 4da7d7a commit 34dd83d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"scripts": {
3232
"build": "run-s build:*",
3333
"build:check": "tsc",
34-
"build:transpile": "./build.mjs",
35-
"dev": "./build.mjs --watch",
34+
"build:transpile": "node build.mjs",
35+
"dev": "node build.mjs --watch",
3636
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
3737
"prepublishOnly": "npm ci && npm test",
3838
"prepack": "npm run build",

0 commit comments

Comments
 (0)