From f9900ec2a8875f300dc1ebe490d21a3b3ba67b27 Mon Sep 17 00:00:00 2001 From: Alystrasz Date: Tue, 28 Dec 2021 11:23:01 +0100 Subject: [fix] running node_modules packages with npx command --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index cf77498..522a4a5 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "main": "src/index.js", "build": {"appId": "com.0negal.viper"}, "scripts": { - "start": "node_modules/.bin/electron src/index.js", - "build": "node_modules/.bin/electron-builder --win nsis --linux appimage" + "start": "npx electron src/index.js", + "build": "npx electron-builder --win nsis --linux appimage" }, "repository": { "type": "git", -- cgit v1.2.3