Skip to content

Commit ac71e29

Browse files
committed
fix: Add passthrough harperdb script
1 parent 765bbf8 commit ac71e29

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
@@ -13,6 +13,7 @@
1313
"build:prod": "tsc -b && vite build --mode prod",
1414
"commitlint": "commitlint --edit",
1515
"release": "semantic-release",
16+
"harperdb": "harperdb",
1617
"update-sdk": "npx -y dotenv-cli -e .env.local -- npm run update-sdk:fetch && npx -y openapi-typescript --root-types --alphabetize --enum ./dist/central-manager.json -o ./src/lib/api.gen.d.ts",
1718
"update-sdk:fetch": "mkdir -p dist && curl --location \"$VITE_CENTRAL_MANAGER_API_URL/openapi\" -u \"$HDB_ADMIN_USERNAME_FOR_OPENAPI:$HDB_ADMIN_PASSWORD_FOR_OPENAPI\" -o ./dist/central-manager.json",
1819
"lint": "eslint .",

0 commit comments

Comments
 (0)