Skip to content

Commit a2cca4e

Browse files
committed
Enforce latest npm version
1 parent 966bee6 commit a2cca4e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
node-version: 22
27-
npm-version: "11.8.0"
2827
cache: "pnpm"
2928

29+
- run: npm install -g npm@11.8.0
3030
- run: pnpm install --frozen-lockfile
3131
- run: pnpm check
3232
- run: pnpm build

packages/engramma/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"exports": "./dist/engramma.js",
1313
"scripts": {
1414
"build": "vite build",
15-
"check": "svelte-check --tsconfig ./tsconfig.json",
16-
"prepublishOnly": "pnpm check && pnpm build"
15+
"check": "svelte-check --tsconfig ./tsconfig.json"
1716
}
1817
}

0 commit comments

Comments
 (0)