From 171b16b65ad6a1d81964df068c0586c3856b9041 Mon Sep 17 00:00:00 2001 From: rin Date: Sun, 18 Apr 2021 00:14:49 +0700 Subject: [PATCH] fix: command start see Related issue https://github.com/jihchi/app-template-rescript-react/issues/11 --- snowpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowpack.config.js b/snowpack.config.js index 596d974..30cfc26 100644 --- a/snowpack.config.js +++ b/snowpack.config.js @@ -12,7 +12,7 @@ module.exports = { '@snowpack/plugin-run-script', { cmd: 'npm run build:res', - watch: '$1 -w', + watch: '$1 -- -w', }, ], ],