Skip to content

Commit

Permalink
add npm run build again, other pr is not merged yet...
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed May 18, 2020
1 parent 743259d commit 919097b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"build": "node ./scripts/build.js",
"watch": "nodemon -C --exec \"npm run build\" -e js,less -w public/source -w public/less -w components/ -i \"*.bundle.js\"",
"bumpdependencies": "ncu --upgrade",
"package": "grunt package",
"package": "npm run build && grunt package",
"electronpublish": "grunt electronpublish",
"travisnpmpublish": "node ./scripts/travisnpmpublish.js"
},
Expand Down

0 comments on commit 919097b

Please sign in to comment.