Skip to content

Commit 0fe20be

Browse files
authored
Fix/publish skip test (#5)
* fix: skip test in publish action to avoid error * chore: bump version
1 parent c87740d commit 0fe20be

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,4 @@ jobs:
2424
- name: Update npm
2525
run: npm install -g npm@latest
2626
- run: npm ci
27-
- run: npm run build --if-present
28-
- run: npm test
2927
- run: npm publish

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dual-subtitle",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"main": "index.js",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)