Skip to content

Commit

Permalink
Package.json: add sudoless install command
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan committed Dec 2, 2024
1 parent aaece7c commit 925cabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "clear && webpack --config ./compiler/dev-webpack.config.js",
"bi": "clear && npm run build && cd Build && sudo npm i -g grpp.tgz",
"bi-sudoless": "clear && npm run build && cd Build && npm i -g grpp.tgz && cd ..",
"build": "chmod +x compiler/build.sh && ./compiler/build.sh",
"webpack": "clear && webpack --config ./compiler/build-webpack.config.js"
},
Expand Down

0 comments on commit 925cabb

Please sign in to comment.