mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
docs(encrypt): update Go implementation status to Available
Also fix shell command injection in bench.ts and simplify build script.
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@
|
||||
"dev:docs": "hugo server --source=../fixit-docs -D --disableFastRender --navigateToChanged --ignoreCache -O",
|
||||
"build:demo": "pnpm -F demo build",
|
||||
"build:test": "pnpm -F test build",
|
||||
"build": "concurrently 'pnpm build:demo' 'pnpm build:test' && pnpm -F integration start && pnpm encrypt && pnpm encrypt --verify",
|
||||
"build": "concurrently 'pnpm build:demo' 'pnpm build:test' && pnpm -F integration start && pnpm encrypt",
|
||||
"encrypt": "pnpm -F encrypt start",
|
||||
"clean": "rm -rf public resources/_gen apps/*/public apps/*/resources/_gen",
|
||||
"preview": "serve public",
|
||||
|
||||
Reference in New Issue
Block a user