Skip to content

Commit

Permalink
fix(deps): fixes build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Jun 25, 2020
1 parent 5b705c8 commit bfe48ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"commit": "git-cz",
"prebuild": "rimraf dist",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint '{src,apps,libs,test}/**/*.ts' --fix",
"format": "prettier --write \"lib/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint '{libs,test}/**/*.ts' --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
Expand Down

0 comments on commit bfe48ca

Please sign in to comment.