updated build script

This commit is contained in:
Nicolai Ort 2021-08-17 20:20:35 +02:00
parent edbbb63e97
commit 4ff0ffe1a8
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"scripts": {
"build": "npm run prebuild && npm build:copy && npm run build:css",
"build": "npm run prebuild && npm run build:copy && npm run build:css",
"prebuild": "rimraf ./dist",
"build:copy": "cpx ./src/* ./dist/",
"build:css": "tailwindcss -o ./dist/tailwind.css --purge ./dist/index.html -m",