Skip to content

Commit 481033d

Browse files
committed
fix: npm publish
1 parent d146c3a commit 481033d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
cd client
3636
pnpm test --if-present
3737
38+
- name: Test package creation
39+
run: |
40+
cd client
41+
npm pack
42+
3843
- name: Publish to NPM
3944
run: |
4045
cd client

client/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"start": "electron-forge start",
1212
"package": "electron-forge package",
1313
"make": "electron-forge make",
14-
"publish": "electron-forge publish",
1514
"lint": "echo \"No linting configured\"",
1615
"prepack": "echo \"Preparing package for npm...\""
1716
},

0 commit comments

Comments
 (0)