diff --git a/package.json b/package.json index a88ea39..05dd8c0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "npm run watch", "watch": "node bin/.watch.js", - "build": "tailwindcss -i ./styles/theme.css -o ./static/dist/theme.css --optimize" + "build": "./node_modules/.bin/tailwindcss -i ./styles/theme.css -o ./static/dist/theme.css --optimize" }, "repository": { "type": "git",