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 run: yarn nx run ghost-admin:build:dev
- name: Run Playwright tests locally - name: Run Playwright tests locally
run: yarn test:browser:ci run: yarn test:browser
env: env:
CI: true CI: true
STRIPE_PUBLISHABLE_KEY: ${{ secrets.STRIPE_PUBLISHABLE_KEY }} STRIPE_PUBLISHABLE_KEY: ${{ secrets.STRIPE_PUBLISHABLE_KEY }}

View file

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