We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966bee6 commit a2cca4eCopy full SHA for a2cca4e
.github/workflows/publish.yml
@@ -24,9 +24,9 @@ jobs:
24
uses: actions/setup-node@v4
25
with:
26
node-version: 22
27
- npm-version: "11.8.0"
28
cache: "pnpm"
29
+ - run: npm install -g npm@11.8.0
30
- run: pnpm install --frozen-lockfile
31
- run: pnpm check
32
- run: pnpm build
packages/engramma/package.json
@@ -12,7 +12,6 @@
12
"exports": "./dist/engramma.js",
13
"scripts": {
14
"build": "vite build",
15
- "check": "svelte-check --tsconfig ./tsconfig.json",
16
- "prepublishOnly": "pnpm check && pnpm build"
+ "check": "svelte-check --tsconfig ./tsconfig.json"
17
}
18
0 commit comments