diff --git a/package.json b/package.json index f7281d1..1b72b2f 100644 --- a/package.json +++ b/package.json @@ -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",