Skip to content

Commit

Permalink
chore: fix fake-stick script
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Apr 26, 2024
1 parent 1aaf299 commit bb1a4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dev-https": "SERVER_SSL='true' npm run dev",
"dev:server": "nodemon",
"server": "ts-node -r esbuild-register api/bin/www.ts",
"fake-stick": "npm run mock-server -c server_config.js",
"fake-stick": "npx mock-server -- -c server_config.js",
"start": "node --preserve-symlinks server/bin/www.js",
"bundle": "node esbuild.js",
"lint": "npm-run-all 'lint:*'",
Expand Down

0 comments on commit bb1a4a0

Please sign in to comment.