Add npm build command

This commit is contained in:
olemorud
2023-03-14 15:21:03 +01:00
parent 389f0126c9
commit 5938cacd96

View File

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