0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Removed changed command

This commit is contained in:
Chris Raible 2024-10-24 17:36:49 -07:00
parent 1d2d280985
commit ba301eeb22
2 changed files with 2 additions and 3 deletions

View file

@ -355,7 +355,7 @@ jobs:
run: yarn nx run ghost-admin:build:dev
- name: Run Playwright tests locally
run: yarn test:browser:ci
run: yarn test:browser
env:
CI: true
STRIPE_PUBLISHABLE_KEY: ${{ secrets.STRIPE_PUBLISHABLE_KEY }}

View file

@ -40,8 +40,7 @@
"lint": "nx run-many -t lint",
"test": "nx run-many -t test",
"test:unit": "nx run-many -t test:unit",
"test:browser:ci": "node .github/scripts/dev.js --browser-tests --all",
"test:browser": "yarn nx run ghost:test:browser",
"test:browser": "node .github/scripts/dev.js --browser-tests --all",
"main": "yarn main:monorepo && yarn main:submodules",
"main:monorepo": "git checkout main && git pull ${GHOST_UPSTREAM:-origin} main && yarn",
"main:submodules": "git submodule sync && git submodule update && git submodule foreach \"git checkout main && git pull ${GHOST_UPSTREAM:-origin} main\"",