fix: resolved #2736

This commit is contained in:
Liyas Thomas
2022-10-04 13:44:29 +05:30
parent 3c17a14bd3
commit f8e9563392
4 changed files with 141 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"prepare": "husky install",
"dev": "pnpm -r do-dev",
"generate": "pnpm -r do-build-prod",
"start": "pnpm -r do-prod-start",
"start": "http-server packages/hoppscotch-app/dist -p 3000",
"lint": "pnpm -r do-lint",
"typecheck": "pnpm -r do-typecheck",
"lintfix": "pnpm -r do-lintfix",
@@ -27,6 +27,7 @@
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/node": "^17.0.24"
"@types/node": "^17.0.24",
"http-server": "^14.1.1"
}
}