Skip to content

Commit

Permalink
chore(package.json): add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Makila committed Sep 9, 2020
1 parent 5f0a944 commit 3103423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"license": "MIT",
"scripts": {
"start": "nodemon index.ts",
"cm": "git-cz"
"cm": "git-cz",
"build": "tsc --project ./"
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./",
"declaration": true,
"strict": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 3103423

Please sign in to comment.