Add simple script to deploy parcel

This commit is contained in:
Ozzie Gooen 2020-02-09 22:41:03 +00:00
parent 9bcda3bd28
commit f937a72c0d

View File

@ -7,6 +7,7 @@
"start": "bsb -make-world -w -ws _ ",
"clean": "bsb -clean-world",
"parcel": "parcel ./src/index.html --public-url / --no-autoinstall -- watch",
"parcel-build": "parcel build ./src/index.html --no-source-maps --no-autoinstall",
"server": "moduleserve ./ --port 8000",
"test": "echo \"Error: no test specified\" && exit 1"
},
@ -40,4 +41,4 @@
"moduleserve": "^0.9.0",
"tailwindcss": "^1.2.0"
}
}
}