fix build system

This commit is contained in:
Guilherme Saade
2023-08-15 14:53:25 -03:00
committed by GitHub
parent c7a57d9283
commit f8a3e3ec16
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
{
"private": true,
"type": "module",
"scripts": {
"dev:styles": "npx tailwindcss -i resources/css/index.css -o resources/dist/skeleton.css --postcss --watch",
"dev:scripts": "node bin/build.js --dev",
@@ -14,7 +15,7 @@
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"esbuild": "^0.17.19",
"esbuild": "^0.19.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.26",
"postcss-import": "^15.1.0",