Skip to content

Commit

Permalink
remove the use of the tsc script
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Dec 30, 2023
1 parent 84b2b9d commit 4a0a045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: yarn install

- name: tsc
uses: icrawl/action-tsc@v1
run: yarn tsc

- name: Copy necessary files to build directory
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "memex-desktop",
"productName": "Memex Desktop",
"version": "0.0.39",
"version": "0.0.40",
"description": "Backup and sync to your favorite PKM tools",
"main": "build/index.js",
"type": "module",
Expand Down

0 comments on commit 4a0a045

Please sign in to comment.