Skip to content

Commit be1d96c

Browse files
committed
#fix: workflow fix
1 parent 66db8ea commit be1d96c

3 files changed

Lines changed: 6 additions & 29 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ on:
44
push:
55
tags:
66
- '*'
7-
pull_request:
87

98
# Least privilege by default; the publish job needs no extra scopes.
109
permissions:
1110
contents: read
1211

1312
jobs:
14-
# ── Lint, test & build: runs on every push and pull_request ──────────────
13+
# ── Lint, test & build: gates publish on tag push ────────────────────────
1514
test:
1615
name: Lint, Test & Build
1716
runs-on: ubuntu-22.04

package-lock.json

Lines changed: 3 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@
4242
"jsdom": "^25.0.1",
4343
"react": "^18.3.1",
4444
"react-dom": "^18.3.1",
45+
"sass": "^1.101.0",
4546
"typescript": "~5.7.2",
4647
"typescript-eslint": "^8.62.1",
4748
"vite": "^6.3.5",
4849
"vite-plugin-dts": "^4.5.4",
4950
"vitest": "^3.2.6"
5051
}
51-
}
52+
}

0 commit comments

Comments
 (0)