Skip to content

Commit

Permalink
New version 0.0.1-beta.7 Read more https://github.com/mappable-world/…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jul 20, 2023
1 parent 0875c2a commit e8d8afd
Show file tree
Hide file tree
Showing 2 changed files with 6 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.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mappable-world/mappable-cli",
"version": "0.0.1-beta.6",
"version": "0.0.1-beta.7",
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API",
"main": "dist/index.js",
"dependencies": {
Expand Down Expand Up @@ -39,10 +39,11 @@
},
"scripts": {
"bump": "npm version prerelease --preid=beta --no-git-tag-version && npm run bump:git",
"bump:git": "git add --all && git commit -m \"New version $npm_package_version Read more https://github.com/mappable-world/mappable-package-utils/releases/tag/$npm_package_version\" && git tag $npm_package_version && git push --tags origin HEAD:main",
"bump:git": "git add --all && git commit -m \"New version $npm_package_version Read more https://github.com/mappable-world/mappable-cli/releases/tag/$npm_package_version\" && git tag $npm_package_version && git push --tags origin HEAD:main",
"test": "jest",
"lint": "eslint ./",
"build": "tsc --project tsconfig.cli.json"
"build": "tsc --project tsconfig.cli.json && npm run build:hashbang",
"build:hashbang": "echo \"#!/usr/bin/env node\\n\\n$(cat ./dist/index.js)\" > ./dist/index.js"
},
"keywords": [
"mappable",
Expand Down

0 comments on commit e8d8afd

Please sign in to comment.