Skip to content

Commit

Permalink
do not nodemon in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdivock-stripe committed Jan 31, 2022
1 parent 78fc55f commit 482e4db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"ios": "react-native run-ios",
"start": "react-native start",
"build:server": "babel server --out-dir dist --extensions '.ts,.tsx' --ignore '**/__tests__/**' --source-maps --copy-files --delete-dir-on-start",
"start:server": "nodemon --exec ts-node server/index.ts"
"start:server": "ts-node server/index.ts",
"watch:server": "nodemon --exec ts-node server/index.ts"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.11",
Expand Down

0 comments on commit 482e4db

Please sign in to comment.