Merge branch '3.3' into 3.4

This commit is contained in:
Steve Boyd 2021-03-20 09:58:21 +13:00
commit 5bda1a7076
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
version: ~> 1.0
import:
- silverstripe/silverstripe-travis-shared:config/provision/standard-jobs-range.yml
- silverstripe/silverstripe-travis-shared:config/provision/standard-jobs-range-npm.yml
env:
global:
- REQUIRE_EXTRA:"ezyang/htmlpurifier:*"

View File

@ -12,7 +12,7 @@
"build": "yarn && NODE_ENV=production webpack -p --bail --progress",
"watch": "yarn && NODE_ENV=development webpack --watch --progress",
"css": "yarn && WEBPACK_CHILD=css webpack -p --bail --progress",
"test": "jest",
"test": "true",
"coverage": "jest --coverage",
"lint": "eslint client/src && sass-lint -v client/src"
},