We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d146c3a commit 481033dCopy full SHA for 481033d
.github/workflows/npm-publish.yml
@@ -35,6 +35,11 @@ jobs:
35
cd client
36
pnpm test --if-present
37
38
+ - name: Test package creation
39
+ run: |
40
+ cd client
41
+ npm pack
42
+
43
- name: Publish to NPM
44
run: |
45
client/package.json
@@ -11,7 +11,6 @@
11
"start": "electron-forge start",
12
"package": "electron-forge package",
13
"make": "electron-forge make",
14
- "publish": "electron-forge publish",
15
"lint": "echo \"No linting configured\"",
16
"prepack": "echo \"Preparing package for npm...\""
17
},
0 commit comments