Skip to content

Commit

Permalink
chore: update docs:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Aug 29, 2024
1 parent 3b51936 commit 9dfa67a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ jobs:
- store_artifacts:
path: ./examples/druxt-site/test/cypress/videos

- run:
name: Install DruxtJS.org codebase
command: cd docs/nuxt && nvm i && nvm use && npm i -g yarn && yarn
environment:
NODE_OPTIONS: ""
- run:
name: Run DruxtJS.org end-to-end tests
command: yarn start-server-and-test docs:dev http://localhost:3000 'npx cypress run --project docs/nuxt/test --record --tag druxtjs.org'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"clean:dist": "rimraf packages/*/dist packages/*/nuxt || true",
"clean:pack": "rimraf packages/*/package.tgz || true",
"dev": "siroc dev",
"docs:dev": "cd docs/nuxt && yarn && yarn dev",
"docs:dev": "cd docs/nuxt && nvm use && yarn && yarn dev",
"docs:test": "start-server-and-test docs:dev http://localhost:3000 'npx cypress run --project docs/nuxt/test'",
"docs:test:open": "start-server-and-test docs:dev http://localhost:3000 'npx cypress open --project docs/nuxt/test'",
"example:druxt-site": "cd examples/druxt-site && yarn && yarn dev",
Expand Down

0 comments on commit 9dfa67a

Please sign in to comment.