Fixed install script conflict
This commit is contained in:
parent
9fd68beae8
commit
05b5a3902e
@ -7,7 +7,7 @@
|
||||
"start": "node cli.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"make": "npx webpack && npx pkg .",
|
||||
"install": "sudo cp ./dist/n0m-template-engine /usr/local/bin/n0m"
|
||||
"install-binary": "sudo cp ./dist/n0m-template-engine /usr/local/bin/n0m"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
|
Loading…
Reference in New Issue
Block a user