Skip to content

Commit 5b37a9d

Browse files
committed
chore: update npm workflow run
1 parent e0712b7 commit 5b37a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"format": "prettier --write .",
88
"lint:js": "eslint \"src/js/**/*.ts\"",
99
"build:wasm": ".\\scripts\\build.bat",
10-
"build:wasm-workflow": "./scripts/run_docker_cmd.sh ./scripts/build.sh",
10+
"build:wasm-workflow": "./scripts/build.sh",
1111
"build:js": "cd .\\src\\js && npm run build",
1212
"build:gauge": "cd .\\examples\\gauge && npm run build",
1313
"dev:gauge": "cd .\\examples\\gauge && npm run dev",

0 commit comments

Comments
 (0)