Skip to content

Commit

Permalink
chore: update script names
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Feb 28, 2024
1 parent df9c9fe commit cd298b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/stripe/package.json
Expand Up @@ -9,11 +9,11 @@
"test": "test"
},
"scripts": {
"test": "npm run build:ts && tsc -p test/tsconfig.json && tap --ts \"test-dist/test/**/*.test.js\"",
"test": "npm run build && tsc -p test/tsconfig.json && tap --ts \"test-dist/test/**/*.test.js\"",
"start": "fastify start -l info dist/app.js -a 0.0.0.0 -p 4242",
"build": "tsc",
"watch": "tsc -w",
"dev": "npm run build:ts && concurrently -k -p \"[{name}]\" -n \"TypeScript,App\" -c \"yellow.bold,cyan.bold\" \"npm:watch:ts\" \"npm:dev:start\"",
"dev": "npm run build && concurrently -k -p \"[{name}]\" -n \"TypeScript,App\" -c \"yellow.bold,cyan.bold\" \"npm:watch\" \"npm:dev:start\"",
"dev:start": "fastify start --ignore-watch=.ts$ -w -l info -p 4242 -P dist/app.js",
"docker:build": "docker build --tag stripe --file ./Dockerfile ../..",
"docker:run": "docker run --rm --publish 4242:4242 --env-file ../../.env.docker stripe"
Expand Down

0 comments on commit cd298b3

Please sign in to comment.