Added build command to package.json

This commit is contained in:
Stefan Zermatten
2022-08-15 16:10:40 +02:00
parent 719af548f0
commit 58629c92f4
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
build

View File

@@ -1,6 +1,6 @@
{
"name": "dicecloud",
"version": "2.0.33",
"version": "2.0.38",
"description": "Unofficial Online Realtime D&D 5e App",
"license": "GPL-3.0",
"repository": {
@@ -11,7 +11,8 @@
"scripts": {
"run": "meteor",
"debug": "meteor --inspect",
"test": "meteor test --driver-package meteortesting:mocha --port 3001"
"test": "meteor test --driver-package meteortesting:mocha --port 3001",
"build": "meteor build ../build --architecture os.linux.x86_64"
},
"engines": {
"node": "14.0.x",