Skip to content

Commit 2ea097b

Browse files
fix: npm policy settings
1 parent c07b5c7 commit 2ea097b

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Install dependencies
4545
working-directory: site
46-
run: pnpm install --frozen-lockfile --enable-scripts
46+
run: pnpm install --frozen-lockfile
4747

4848
- name: Build website
4949
working-directory: site

site/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,5 @@
4444
},
4545
"engines": {
4646
"node": ">=20"
47-
},
48-
"pnpm": {
49-
"onlyBuiltDependencies": ["core-js"]
5047
}
5148
}

site/pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
allowBuilds:
2+
core-js: true

0 commit comments

Comments
 (0)