Added docs and config for pushing to seasonal server (#150)
* Added docs and config for pushing to seasonal server * Updated deploy destination docs to use TOKEN authentication
This commit is contained in:
@@ -9,12 +9,14 @@
|
||||
"build": "rollup -c",
|
||||
"push-main": "rollup -c --environment DEST:main",
|
||||
"push-pserver": "rollup -c --environment DEST:pserver",
|
||||
"push-season": "rollup -c --environment DEST:season",
|
||||
"push-sim": "rollup -c --environment DEST:sim",
|
||||
"test": "npm run test-unit",
|
||||
"test-unit": "mocha test/unit/**/*.ts",
|
||||
"test-integration": "echo 'See docs/in-depth/testing.md for instructions on enabling integration tests'",
|
||||
"watch-main": "rollup -cw --environment DEST:main",
|
||||
"watch-pserver": "rollup -cw --environment DEST:pserver",
|
||||
"watch-season": "rollup -cw --environment DEST:season",
|
||||
"watch-sim": "rollup -cw --environment DEST:sim"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user