Skip to content

Commit

Permalink
Fix typo in dev server start script
Browse files Browse the repository at this point in the history
  • Loading branch information
plegner committed Jun 26, 2022
1 parent 4724c9c commit 366d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "server/app.ts",
"scripts": {
"start": "ts-node -s server/app.ts",
"start-dev": "nodemon --watch 'server/**/*.ts' --exec 'ts-node' -s server/app.ts",
"start-dev": "nodemon --watch 'server/**/*.ts' --exec 'ts-node -s server/app.ts'",
"watch": "mgon-build --assets --watch",
"build": "mgon-build --assets --minify --search",
"clean": "rm -rf node_modules/@mathigon/studio/public",
Expand Down

0 comments on commit 366d08e

Please sign in to comment.