mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
chore: add Dockerfile and devcontainer configuration for Hugo theme development
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
"build:demo": "pnpm -F demo build",
|
||||
"build:test": "pnpm -F test build",
|
||||
"build": "concurrently 'pnpm build:demo' 'pnpm build:test' && pnpm -F integration start",
|
||||
"clean": "rm -rf public resources/_gen apps/*/public apps/*/resources/_gen",
|
||||
"preview": "serve public",
|
||||
"lint": "eslint --cache .",
|
||||
"typecheck": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user