diff options
author | Alystrasz <contact@remyraes.com> | 2021-12-28 11:23:01 +0100 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2021-12-28 11:23:01 +0100 |
commit | f9900ec2a8875f300dc1ebe490d21a3b3ba67b27 (patch) | |
tree | 0a2bb65ba8e305dec1af131b27512fc1396b5bba /package.json | |
parent | 1585232b26b3ee5f5af15ba64d35d9fef991c2cf (diff) | |
download | Viper-f9900ec2a8875f300dc1ebe490d21a3b3ba67b27.tar.gz Viper-f9900ec2a8875f300dc1ebe490d21a3b3ba67b27.zip |
[fix] running node_modules packages with npx command
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |