[build] package.json: Add npm build command

This commit is contained in:
olemorud
2023-03-14 15:21:03 +01:00
parent bb243c024a
commit 15a0ef1a78

View File

@@ -7,7 +7,8 @@
"test": "test" "test": "test"
}, },
"scripts": { "scripts": {
"test": "node --test" "test": "node --test",
"build": "ncc build src/index.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",