package.json: add build script command
This commit is contained in:
parent
da819a59af
commit
af7e5c878d
1 changed files with 34 additions and 33 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue