Skip to content

Commit

Permalink
chore: 🚀 v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpham005 committed Aug 16, 2023
1 parent cd1be6b commit 61dee0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "42stat",
"version": "0.6.0",
"version": "0.7.0",
"description": "",
"author": "jpham005, niamu01",
"private": true,
Expand All @@ -11,7 +11,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "PROD=true node dist/main",
"start:prod": "nest build && PROD=true node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"lint:peek": "eslint \"{src,apps,libs,test}/**/*.ts\" --cache",
"test": "jest",
Expand Down

0 comments on commit 61dee0c

Please sign in to comment.