kopia lustrzana https://github.com/elk-zone/elk
chore: drop `ignore-dependency-scripts`
rodzic
01b7cb4df1
commit
2224658114
|
@ -18,18 +18,18 @@
|
|||
"lint": "eslint --cache .",
|
||||
"lint:fix": "eslint --cache --fix .",
|
||||
"typecheck": "nuxt typecheck",
|
||||
"prepare": "ignore-dependency-scripts \"tsx scripts/prepare.ts\"",
|
||||
"prepare": "tsx scripts/prepare.ts",
|
||||
"generate": "nuxt generate",
|
||||
"test:unit": "vitest",
|
||||
"test:unit:ci": "vitest run",
|
||||
"test:typecheck": "vue-tsc -b --noEmit",
|
||||
"test": "nr test:unit",
|
||||
"test:ci": "nr test:unit:ci",
|
||||
"test": "pnpm test:unit",
|
||||
"test:ci": "pnpm test:unit:ci",
|
||||
"update:team:avatars": "tsx scripts/avatars.ts",
|
||||
"cleanup-translations": "tsx scripts/cleanup-translations.ts",
|
||||
"prepare-translation-status": "tsx scripts/prepare-translation-status.ts",
|
||||
"generate-pwa-icons": "tsx scripts/generate-pwa-icons.ts",
|
||||
"postinstall": "ignore-dependency-scripts \"simple-git-hooks && nuxt prepare && pnpm prepare-translation-status\"",
|
||||
"postinstall": "simple-git-hooks && nuxt prepare && pnpm prepare-translation-status",
|
||||
"release": "bumpp && tsx scripts/release.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -87,7 +87,6 @@
|
|||
"github-reserved-names": "^2.0.4",
|
||||
"happy-dom": "^16.0.0",
|
||||
"idb-keyval": "^6.2.1",
|
||||
"ignore-dependency-scripts": "^1.0.1",
|
||||
"iso-639-1": "^3.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"lru-cache": "^11.0.0",
|
||||
|
|
|
@ -176,9 +176,6 @@ importers:
|
|||
idb-keyval:
|
||||
specifier: ^6.2.1
|
||||
version: 6.2.2
|
||||
ignore-dependency-scripts:
|
||||
specifier: ^1.0.1
|
||||
version: 1.0.1
|
||||
iso-639-1:
|
||||
specifier: ^3.0.0
|
||||
version: 3.1.5
|
||||
|
@ -5767,10 +5764,6 @@ packages:
|
|||
ieee754@1.2.1:
|
||||
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
||||
|
||||
ignore-dependency-scripts@1.0.1:
|
||||
resolution: {integrity: sha512-WqyrHQb35hinQkdzsNTpFqlmnksHk0mHxmSX/03i91U4WdeiTOYTYf89dB15E8q0oP3lcY+1GP95sqSgjWGUdA==}
|
||||
hasBin: true
|
||||
|
||||
ignore@5.3.2:
|
||||
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
||||
engines: {node: '>= 4'}
|
||||
|
@ -15574,8 +15567,6 @@ snapshots:
|
|||
|
||||
ieee754@1.2.1: {}
|
||||
|
||||
ignore-dependency-scripts@1.0.1: {}
|
||||
|
||||
ignore@5.3.2: {}
|
||||
|
||||
ignore@7.0.5: {}
|
||||
|
|
Ładowanie…
Reference in New Issue