remet le clean avant build
parent
8e86c28ade
commit
50e3513596
|
@ -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 tailwind:build && eleventy"
|
"build": "npm run clean && npm run tailwind:build && eleventy"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^1.0.1",
|
"@11ty/eleventy": "^1.0.1",
|
||||||
|
|
Loading…
Reference in New Issue