Skip to content

Commit ee43308

Browse files
authored
Merge pull request #12 from ri7nz/fix-command-start
fix: command start
2 parents 696a6ba + 171b16b commit ee43308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snowpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
'@snowpack/plugin-run-script',
1313
{
1414
cmd: 'npm run build:res',
15-
watch: '$1 -w',
15+
watch: '$1 -- -w',
1616
},
1717
],
1818
],

0 commit comments

Comments
 (0)