remet le clean avant build

main
Jalil Arfaoui 2023-02-04 14:11:58 +00:00
parent 8e86c28ade
commit 50e3513596
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:build": "postcss src/style/global.pcss --o src/css/global.css --minify",
"dev": "npm run clean && concurrently \"npm run tailwind:watch\" \"eleventy --serve\"",
"build": "npm run tailwind:build && eleventy"
"build": "npm run clean && npm run tailwind:build && eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",