We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e23b04 commit 6b0ccb3Copy full SHA for 6b0ccb3
.github/workflows/package.yml
@@ -18,9 +18,12 @@ jobs:
18
node-version: "17.0.1"
19
cache: 'npm'
20
21
- - run: "sudo apt install libpcsclite-dev"
+ - run: "sudo apt install libpcsclite-dev build-essential gcc"
22
23
+ # Install packages, rebuild using electron
24
- run: "npm install"
25
+ - run: "npm install -g node-gyp"
26
+ - run: "./node_modules/.bin/electron-rebuild"
27
28
- run: "npm run build"
29
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "magnificent-sloth",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Point of Sale for Dead Mongoose",
5
"main": "main.js",
6
"maintainers": [
0 commit comments