Skip to content

Commit

Permalink
fix: rename env to wp-env
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Oct 26, 2021
1 parent 676f7d0 commit ddbd8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: ./tests/bin/set-core-version.js ${{ matrix.core.version }}

- name: Set up WP environment
run: npm run env start
run: npm run wp-env start

- name: Test
run: npm run cypress:run
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"grunt-phpunit": "^0.3.6"
},
"scripts": {
"env": "wp-env",
"wp-env": "wp-env",
"cypress:open": "cypress open --config-file tests/cypress/config.json",
"cypress:run": "cypress run --config-file tests/cypress/config.json"
},
Expand Down

0 comments on commit ddbd8d0

Please sign in to comment.