Skip to content

Commit

Permalink
fix dist types
Browse files Browse the repository at this point in the history
  • Loading branch information
prostgles committed Nov 26, 2024
1 parent d3117b0 commit 4def590
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prostgles-server",
"version": "4.2.153",
"version": "4.2.154",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"lint": "eslint . --ext .ts --quiet --fix",
"test-only": "cd tests/ && ./test.sh",
"test-quick": "cd tests/ && ./test.sh -quick",
"test": "rm -rf ./node_modules/* && npm i && npm run lint && npm run test-only",
"test": "rm -rf ./node_modules/* && rm -rf ./dist/* && npm i && npm run lint && npm run test-only",
"pushpublish": "npm version patch --git-tag-version false && git push && npm publish"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tests/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4def590

Please sign in to comment.