Skip to content

Commit 37c1c3b

Browse files
Package.json adjustments
1 parent b465873 commit 37c1c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/audio-filters-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"license": "See license in LICENSE",
1313
"scripts": {
1414
"clean": "rimraf dist",
15-
"start": "rollup -c -w",
16-
"build": "rimraf ./dist && concurrently 'vite build' 'tsc'"
15+
"start": "vite build --watch",
16+
"build": "yarn clean && concurrently 'vite build' 'tsc'"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)