Skip to content

Commit

Permalink
#8 Add test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
raeperd committed Jan 9, 2022
1 parent b7e573d commit 129fd4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Build
run: |
npm install
npm run test
npm run build
npm run export
touch ./out/.nojekyll
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "next build",
"export": "next export",
"start": "next start",
"test": "jest",
"typecheck": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit 129fd4c

Please sign in to comment.