updated build scripts

This commit is contained in:
mserranom
2020-03-23 12:47:58 +01:00
parent bc80402eda
commit 7e5b42e790
9 changed files with 434 additions and 329 deletions

View File

@@ -1,7 +1,6 @@
// this file was auto-generated, do not edit it directly. // this file was auto-generated, do not edit it directly.
// instead run bin/update_build_scripts from // instead run bin/update_build_scripts from
// https://github.com/sharelatex/sharelatex-dev-environment // https://github.com/sharelatex/sharelatex-dev-environment
// Version: 1.3.5
{ {
"extends": [ "extends": [
"standard", "standard",

View File

@@ -1,7 +1,6 @@
# This file was auto-generated, do not edit it directly. # This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.3.5
{ {
"semi": false, "semi": false,
"singleQuote": true "singleQuote": true

View File

@@ -1,7 +1,6 @@
# This file was auto-generated, do not edit it directly. # This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.3.5
FROM node:10.19.0 as base FROM node:10.19.0 as base

View File

@@ -1,7 +1,6 @@
# This file was auto-generated, do not edit it directly. # This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.3.5
BUILD_NUMBER ?= local BUILD_NUMBER ?= local
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD) BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)

View File

@@ -1,10 +1,10 @@
contacts contacts
--node-version=10.19.0
--script-version=1.3.5
--dependencies=mongo
--language=es
--docker-repos=gcr.io/overleaf-ops
--acceptance-creds=None --acceptance-creds=None
--env-pass-through= --dependencies=mongo
--docker-repos=gcr.io/overleaf-ops
--env-add= --env-add=
--env-pass-through=
--language=es
--node-version=10.19.0
--public-repo=False --public-repo=False
--script-version=2.0.0

View File

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

View File

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

File diff suppressed because it is too large Load Diff

View File

@@ -15,8 +15,8 @@
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP", "test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
"nodemon": "nodemon --config nodemon.json", "nodemon": "nodemon --config nodemon.json",
"lint": "node_modules/.bin/eslint .", "lint": "node_modules/.bin/eslint .",
"format": "node_modules/.bin/prettier-eslint '**/*.js' --list-different", "format": "node_modules/.bin/prettier-eslint $PWD'/**/*.js' --list-different",
"format:fix": "node_modules/.bin/prettier-eslint '**/*.js' --write" "format:fix": "node_modules/.bin/prettier-eslint $PWD'/**/*.js' --write"
}, },
"dependencies": { "dependencies": {
"async": "~0.8.0", "async": "~0.8.0",
@@ -33,7 +33,7 @@
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"bunyan": "~0.22.3", "bunyan": "~0.22.3",
"chai": "~1.9.1", "chai": "~1.9.1",
"eslint": "^6.6.0", "eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0", "eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^14.1.0", "eslint-config-standard": "^14.1.0",
"eslint-config-standard-jsx": "^8.1.0", "eslint-config-standard-jsx": "^8.1.0",
@@ -42,7 +42,7 @@
"eslint-plugin-chai-friendly": "^0.5.0", "eslint-plugin-chai-friendly": "^0.5.0",
"eslint-plugin-import": "^2.20.1", "eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "^6.2.2", "eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-node": "^11.0.0", "eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2", "eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^4.2.1",