run grunt directly in travis e2e

This commit is contained in:
Ron Rennick 2020-09-09 17:00:06 -03:00
parent a9c17d580b
commit 25cbfd2452
3 changed files with 1993 additions and 5 deletions

View File

@ -33,7 +33,7 @@ jobs:
php: 7.4
env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1
script:
- npm run build:assets
- grunt assets
- npm install jest --global
- npm run docker:up
- npm run test:e2e

1994
package-lock.json generated

File diff suppressed because it is too large Load Diff

2
tests/e2e/env/package-lock.json generated vendored
View File

@ -9465,7 +9465,7 @@
"dev": true
},
"prettier": {
"version": "npm:prettier@1.19.1",
"version": "npm:wp-prettier@1.19.1",
"resolved": "https://registry.npmjs.org/wp-prettier/-/wp-prettier-1.19.1.tgz",
"integrity": "sha512-mqAC2r1NDmRjG+z3KCJ/i61tycKlmADIjxnDhQab+KBxSAGbF/W7/zwB2guy/ypIeKrrftNsIYkNZZQKf3vJcg=="
},