mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-09 00:21:10 +00:00
Add prepublish script
This commit is contained in:
parent
0eb2e83dc2
commit
36b5597063
@ -6,7 +6,8 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "babel src -d lib",
|
||||
"watch": "babel --watch src -d lib"
|
||||
"watch": "babel --watch src -d lib",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"bin": {
|
||||
"nativefier": "lib/cli.js"
|
||||
|
Loading…
Reference in New Issue
Block a user