mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2026-04-27 23:20:19 +08:00
fix: restore .npmrc with allowed dependency scripts
This commit is contained in:
1
.npmrc
1
.npmrc
@@ -1 +0,0 @@
|
|||||||
allowed-dep-scripts=@parcel/watcher, @tailwindcss/oxide, esbuild, sharp, unrs-resolver
|
|
||||||
@@ -31,5 +31,14 @@
|
|||||||
"sass": "^1.88.0",
|
"sass": "^1.88.0",
|
||||||
"typescript": "^5.8.3",
|
"typescript": "^5.8.3",
|
||||||
"vue-tsc": "^2.2.10"
|
"vue-tsc": "^2.2.10"
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"onlyBuiltDependencies": [
|
||||||
|
"@parcel/watcher",
|
||||||
|
"@tailwindcss/oxide",
|
||||||
|
"esbuild",
|
||||||
|
"sharp",
|
||||||
|
"unrs-resolver"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user