diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 1de8ec1e..ad89121c 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "scripts": { "tauri": "tauri", "localhost": "./node_modules/.bin/servor dist index.html 8080 --reload", - "ui-build": "./node_modules/.bin/rollup -c", - "ui-dev": "./node_modules/.bin/rollup -c -w & npm run localhost" + "ui-build": "./node_modules/.bin/rollup --config", + "ui-dev": "./node_modules/.bin/rollup --config --watch & npm run localhost" }, "dependencies": { "@tauri-apps/api": "^1.0.2" |