Rollup build/dev configurations were inverted

This commit is contained in:
Alessandro Pignotti 2024-10-05 19:46:20 +02:00
parent 73f9e77a17
commit df5bbfa0e1

View file

@ -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",