Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
fix: Start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nagar committed Jul 2, 2021
1 parent c9c6755 commit 48c9ac5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"main": "index.js",
"scripts": {
"lint": "eslint --fix src/ tests/ --ext .js,.ts,.tsx --max-warnings 0",
"start": "yarn tsc && node dist/index.js",
"build": "yarn tsc",
"test": "yarn ts-mocha -p tsconfig.json tests/**/*.spec.ts -t 150000",
"test:custom": "yarn start-server-and-test 'yarn start' http://localhost:3000 'yarn test'",
"semantic-release": "yarn semantic-release",
"prepare": "yarn husky install"
"start": "node dist/index.js",
"build": "tsc",
"test": "ts-mocha -p tsconfig.json tests/**/*.spec.ts -t 150000",
"test:custom": "start-server-and-test 'yarn start' http://localhost:3000 'yarn test'",
"semantic-release": "semantic-release",
"prepare": "husky install"
},
"lint-staged": {
"package.json": [
Expand Down

0 comments on commit 48c9ac5

Please sign in to comment.