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 63b8ea3 commit 9337af2Copy full SHA for 9337af2
.github/workflows/release.yml
@@ -17,6 +17,10 @@ jobs:
17
- name: Setup Node.js environment
18
uses: actions/[email protected]
19
20
+ - name: Install NodeCG Dependencies
21
+ run: npm install --production
22
+ working-directory: ./vendor/nodecg
23
+
24
- name: Build Electron App
25
uses: samuelmeuli/action-electron-builder@v1
26
with:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nodecg-gui",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"license": "MIT",
5
"scripts": {
6
"dev": "electron-webpack dev",
0 commit comments