mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03:00
chore: use pnpm run instead of nr in scripts
This commit is contained in:
parent
f091e06d19
commit
c40ae6543b
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@
|
|||
"generate": "nuxi generate",
|
||||
"test:unit": "stale-dep && vitest",
|
||||
"test:typecheck": "stale-dep && vue-tsc --noEmit && vue-tsc --noEmit --project service-worker/tsconfig.json",
|
||||
"test": "nr test:unit",
|
||||
"test": "pnpm run test:unit",
|
||||
"update:team:avatars": "esno scripts/avatars.ts",
|
||||
"prepare-translation-status": "esno scripts/prepare-translation-status.ts",
|
||||
"postinstall": "ignore-dependency-scripts \"stale-dep -u && simple-git-hooks && nuxi prepare && nr prepare-translation-status\"",
|
||||
"postinstall": "ignore-dependency-scripts \"stale-dep -u && simple-git-hooks && nuxi prepare && pnpm run prepare-translation-status\"",
|
||||
"release": "stale-dep && bumpp && esno scripts/release.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue