package.json: add build command

closebracket-solution
Starbeamrainbowlabs 2021-09-08 15:44:28 +01:00 committed by GitHub
parent 7fb80a31d6
commit d1e6178b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
"scripts": {
"tailwind:process": "cross-env TAILWIND_MODE=watch postcss css/tailwind.scss --o public/assets/css/main.css --watch",
"start": "concurrently \"npm run tailwind:process\" \"npm run serve\"",
"serve": "npx eleventy --serve"
"serve": "npx eleventy --serve",
"build": "npx @11ty/eleventy"
}
}