package.json: add build script command

This commit is contained in:
Starbeamrainbowlabs 2022-02-23 00:10:17 +00:00
parent da819a59af
commit af7e5c878d
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -4,7 +4,8 @@
"description": "Distributed system information query tool",
"main": "src/index.mjs",
"scripts": {
"test": "echo \"No tests have been implemented yet\""
"test": "echo \"No tests have been implemented yet\"",
"build": "node src/static/esbuild.mjs"
},
"repository": {
"type": "git",