golly
This commit is contained in:
@@ -21,6 +21,9 @@ jobs:
|
||||
working-directory: electron-app
|
||||
run: npm install --ignore-scripts
|
||||
|
||||
- name: Install TypeScript globally
|
||||
run: npm install -g typescript
|
||||
|
||||
- name: Build and package for Windows
|
||||
working-directory: electron-app
|
||||
run: npm run electron:build -- --win
|
||||
@@ -51,6 +54,9 @@ jobs:
|
||||
working-directory: electron-app
|
||||
run: npm install --ignore-scripts
|
||||
|
||||
- name: Install TypeScript globally
|
||||
run: npm install -g typescript
|
||||
|
||||
- name: Build and package for Linux
|
||||
working-directory: electron-app
|
||||
run: npm run electron:build -- --linux
|
||||
|
||||
Reference in New Issue
Block a user