Rollup build/dev configurations were inverted
This commit is contained in:
parent
73f9e77a17
commit
df5bbfa0e1
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "rollup -c",
|
||||
"build": "rollup -c -w"
|
||||
"dev": "rollup -c -w",
|
||||
"build": "rollup -c"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-free": "^6.6.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue