Skip to content

Commit

Permalink
Quick save
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotes committed Feb 11, 2025
1 parent 8a04e85 commit 3e92b82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions packages/typir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,16 @@
"build": "tsc",
"watch": "tsc --watch",
"lint": "eslint src test --ext .ts",
"publish:next": "npm --no-git-tag-version version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" && npm publish --tag next",
"publish:next": "npm --no-git-tag-version version \"$(npx semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\"",
"publish:latest": "npm publish --tag latest --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TypeFox/typir.git",
"directory": "packages/typir"
},
"bugs": "https://github.com/TypeFox/typir/issues"
"bugs": "https://github.com/TypeFox/typir/issues",
"devDependencies": {
"semver": "^7.7.1"
}
}

0 comments on commit 3e92b82

Please sign in to comment.