update to 1.0.1 build scripts

This commit is contained in:
James Allen 2018-02-15 16:54:21 +00:00
parent 657da70d45
commit 5425fdef8a
4 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.0.0
# Version: 1.0.1
BUILD_NUMBER ?= local
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
@ -24,6 +24,6 @@ test_acceptance: test_clean # clear the database before each acceptance test run
@[ -d test/acceptance ] && $(DOCKER_COMPOSE) run --rm test_acceptance -- ${MOCHA_ARGS} || echo "document-updater has no acceptance tests"
test_clean:
$(DOCKER_COMPOSE) down
$(DOCKER_COMPOSE) down -t 0
.PHONY: clean test test_unit test_acceptance test_clean build publish

View file

@ -1,7 +1,7 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.0.0
# Version: 1.0.1
version: "2"

View file

@ -1,7 +1,7 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.0.0
# Version: 1.0.1
version: "2"

View file

@ -4,6 +4,7 @@
"node_modules/"
],
"verbose": true,
"legacyWatch": true,
"execMap": {
"js": "npm run start"
},