Skip to content

Commit c31819a

Browse files
authored
Fix build:watch command for Snowpack (#3547)
1 parent c592759 commit c31819a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snowpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"scripts": {
2424
"build": "tsc --noUnusedLocals false --noUnusedParameters false && tsc -p tsconfig.cjs.json",
25-
"build:watch": "tsc --watch --noUnusedLocals false --noUnusedParameters false",
25+
"build:watch": "tsc --watch -p tsconfig.cjs.json",
2626
"lint": "tsc --noEmit"
2727
},
2828
"engines": {

0 commit comments

Comments
 (0)