Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
fix(playground): fix error which is thrown when running the e2e tests…
Browse files Browse the repository at this point in the history
… in github actions
  • Loading branch information
preventdefault committed Jun 26, 2020
1 parent 78f371e commit 83aef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"playground:start:background": "docker run -p 5000:80 -d --rm -v $(pwd)/playground/public:/usr/share/nginx/html --name playground nginx:alpine",
"playground:stop:background": "docker stop playground",
"playground:prepare": "node ./playground/scripts/prepare.js",
"playground:test:e2e": "docker run --net=host --rm -v $(pwd)/playground:/tests --name testcafe -it testcafe/testcafe:1.8.7 chromium /tests/specs/e2e/specs/*.specs.ts",
"playground:test:e2e": "docker run --net=host --rm -v $(pwd)/playground:/tests --name testcafe -t testcafe/testcafe:1.8.7 chromium /tests/specs/e2e/specs/*.specs.ts",
"storybook": "start-storybook -p 9001 -s playground/public/assets",
"storybook:build": "build-storybook --quiet -c .storybook -o .storybook-static && cp -R playground/public/assets/* .storybook-static",
"storybook:deploy": "npm run storybook:build && storybook-to-ghpages -e .storybook-static",
Expand Down

0 comments on commit 83aef14

Please sign in to comment.