remove auto clean on build

main
Jalil Arfaoui 2023-02-04 13:50:05 +00:00
parent c95feb6f85
commit 7f7062b85e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"tailwind:watch": "postcss src/style/global.pcss --o src/css/global.css --watch", "tailwind:watch": "postcss src/style/global.pcss --o src/css/global.css --watch",
"tailwind:build": "postcss src/style/global.pcss --o src/css/global.css --minify", "tailwind:build": "postcss src/style/global.pcss --o src/css/global.css --minify",
"dev": "npm run clean && concurrently \"npm run tailwind:watch\" \"eleventy --serve\"", "dev": "npm run clean && concurrently \"npm run tailwind:watch\" \"eleventy --serve\"",
"build": "npm run clean && npm run tailwind:build && eleventy" "build": "npm run tailwind:build && eleventy"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^1.0.1", "@11ty/eleventy": "^1.0.1",