Skip to content

Commit

Permalink
fix build script for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
fzabbas committed May 25, 2021
1 parent 91792df commit 123b6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A static site generator for the reMarkable Tablet",
"main": "dist/main.js",
"scripts": {
"build": "sh build.sh && tsc",
"build": "bash build.sh && tsc",
"watch": "tsc -w",
"lint": "eslint -c .eslintrc --ext .ts ./src",
"start": "npm run build && electron ./dist/main.js",
Expand Down

0 comments on commit 123b6e8

Please sign in to comment.