mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
refactor(encrypt): rename post-encrypt to encrypt
- Rename package from @hugo-fixit/post-encrypt to @hugo-fixit/encrypt - Rename bin from post-encrypt to fixit-encrypt - Update all i18n translations (16 files) to use npx @hugo-fixit/encrypt - Update CI workflow, publish script, code comments, and docs - Rewrite README with performance benchmarks and other implementations
This commit is contained in:
+1
-1
@@ -35,7 +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 && pnpm encrypt && pnpm encrypt --verify",
|
||||
"encrypt": "pnpm -F post-encrypt start",
|
||||
"encrypt": "pnpm -F encrypt start",
|
||||
"clean": "rm -rf public resources/_gen apps/*/public apps/*/resources/_gen",
|
||||
"preview": "serve public",
|
||||
"lint": "eslint --cache .",
|
||||
|
||||
Reference in New Issue
Block a user