prepare for v4
This commit is contained in:
parent
ad153f7ec5
commit
bc7acfbd3e
2 changed files with 4 additions and 4 deletions
|
@ -9,15 +9,15 @@ machine:
|
|||
dependencies:
|
||||
pre:
|
||||
- make install
|
||||
- export NODE_ENV=production
|
||||
- make build
|
||||
|
||||
test:
|
||||
override:
|
||||
- export NODE_ENV=production
|
||||
- make build
|
||||
- make test
|
||||
|
||||
deployment:
|
||||
production:
|
||||
branch: v4
|
||||
branch: master
|
||||
commands:
|
||||
- make upload
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "TheOrangeOne-Site",
|
||||
"version": "4.0.0",
|
||||
"version": "4",
|
||||
"description": " Source code for TheOrangeOne.net",
|
||||
"scripts": {
|
||||
"build-js": "./scripts/build-js.sh",
|
||||
|
|
Reference in a new issue