remove auto clean on build
parent
c95feb6f85
commit
7f7062b85e
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue