Skip to content

Commit

Permalink
rename /infrastructure to /scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
duysolo committed Nov 16, 2022
1 parent 4b446d6 commit 2082fd3
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -30,7 +30,7 @@
"build": "rm -rf ./dist && nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"increase-version": "node ./infrastructure/increase-version.js",
"increase-version": "node scripts/increase-version.js",
"test": "jest --verbose=true",
"test:watch": "jest --verbose=true --watch",
"test:cov": "jest --coverage",
Expand Down
File renamed without changes.

0 comments on commit 2082fd3

Please sign in to comment.