Skip to content

Commit

Permalink
chore: 🤖 add build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chun-Lin committed Jun 6, 2019
1 parent fada419 commit 984b9d6
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 151 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "react-testing-demo",
"version": "0.1.0",
"private": true,
"homepage": "https://myusername.github.io/react-testing-demo",
"dependencies": {
"@testing-library/react": "^8.0.1",
"axios": "^0.19.0",
Expand All @@ -20,7 +21,10 @@
"cy:run": "cypress run",
"test:e2e:dev": "start-test 3000 cy:open",
"test:e2e:cli": "start-test 3000 cy:run",
"mdx:start": "mdx-deck reactTesting.mdx"
"mdx:start": "mdx-deck reactTesting.mdx",
"mdx:build": "mdx-deck build reactTesting.mdx",
"mdx:predeploy": "npm run mdx:build",
"mdx:deploy": "gh-pages -d mdx:build"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
Loading

0 comments on commit 984b9d6

Please sign in to comment.