Skip to content

Commit

Permalink
add deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
celanthe committed Aug 13, 2021
1 parent edfbcc3 commit 43deac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "mocha test.js --reporter mocha-junit-reporter --timeout 60000 --exit"
"test": "mocha test.js --reporter mocha-junit-reporter --timeout 60000 --exit",
"deploy": "node --v14.17.4"
},
"files": [
"jest/setup.js"
Expand Down

0 comments on commit 43deac7

Please sign in to comment.