Add build script
This commit is contained in:
parent
16594d6ed0
commit
03482a4427
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
||||||
"preinstall": "node -e 'process.exit(0)'",
|
"preinstall": "node -e 'process.exit(0)'",
|
||||||
"start": "python ./script/start.py",
|
"start": "python ./script/start.py",
|
||||||
"test": "python ./script/test.py",
|
"test": "python ./script/test.py",
|
||||||
"bootstrap": "python ./script/bootstrap.py"
|
"bootstrap": "python ./script/bootstrap.py",
|
||||||
|
"build": "python ./script/build.py -c D"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue