1
Fork 0

prepare for v4

This commit is contained in:
Jake Howard 2016-08-13 20:20:57 +01:00
parent ad153f7ec5
commit bc7acfbd3e
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 4 additions and 4 deletions

View file

@ -9,15 +9,15 @@ machine:
dependencies: dependencies:
pre: pre:
- make install - make install
- export NODE_ENV=production
- make build
test: test:
override: override:
- export NODE_ENV=production
- make build
- make test - make test
deployment: deployment:
production: production:
branch: v4 branch: master
commands: commands:
- make upload - make upload

View file

@ -1,6 +1,6 @@
{ {
"name": "TheOrangeOne-Site", "name": "TheOrangeOne-Site",
"version": "4.0.0", "version": "4",
"description": " Source code for TheOrangeOne.net", "description": " Source code for TheOrangeOne.net",
"scripts": { "scripts": {
"build-js": "./scripts/build-js.sh", "build-js": "./scripts/build-js.sh",