Skip to content

Commit 110cc99

Browse files
committed
feat: WEB-285 added an alias 'dev' to 'start:dev' in the script section of package.json
1 parent 89358d9 commit 110cc99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"start:dev:nest": "nest start --watch",
1717
"start:dev:scss": "npm run scss -- --watch",
1818
"start:dev": "run-p start:dev:nest start:dev:scss",
19+
"dev": "npm run start:dev",
1920
"start:debug": "nest start --debug --watch",
2021
"start:prod": "node dist/src/main",
2122
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --max-warnings 3",

0 commit comments

Comments
 (0)