Skip to content

Commit

Permalink
Build script update (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 authored Dec 5, 2023
1 parent dde1621 commit 2c38a53
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 @@ -28,7 +28,7 @@
"start": "yarn run serve",
"serve": "node build/index.js",
"dev": "ts-node-dev -r dotenv/config src/index.ts",
"build": "tsc --project tsconfig.json",
"build": "yarn && tsc --project tsconfig.json",
"lint": "eslint '*/**/*.{js,ts}' --quiet --fix",
"lint:check": "eslint '*/**/*.{js,ts}'",
"test": "NODE_ENV=test echo \"Test not implemented\"!"
Expand Down

0 comments on commit 2c38a53

Please sign in to comment.