Skip to content

Commit

Permalink
test revert changes to build
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Dec 29, 2023
1 parent 3530f4b commit 026522d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install TypeScript
run: npm install -g typescript

- name: TypeScript Compile
run: tsc

- name: Copy necessary files to build directory
run: |
cp src/preload.cjs build/
cp src/*.html build/
cp src/*.css build/
- name: Prepare for app notarization
if: startsWith(matrix.os, 'macos')
# Import Apple API key for app notarization on macOS
Expand Down

0 comments on commit 026522d

Please sign in to comment.