run build script in npm prepare step

This commit is contained in:
Renée Kooi 2020-01-23 10:56:44 +01:00
parent 6b8f485f9f
commit b1d893be2f
No known key found for this signature in database
GPG Key ID: 497533BAECCD642A

View File

@ -30,7 +30,7 @@
"url": "https://github.com/goto-bus-stop/setup-zig.git"
},
"scripts": {
"build": "ncc build index.js -o dist",
"prepare": "ncc build index.js -o dist",
"test": "standard"
},
"standard": {