Skip to content

Commit

Permalink
feat(update): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Jan 25, 2022
1 parent 053223a commit bfb910b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .release-it.json
@@ -0,0 +1,8 @@
{
"git": {
"commitMessage": "chore(release): cut the v${version} release"
},
"github": {
"release": true
}
}
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -8,16 +8,16 @@
"repository": "github:mgcrea/node-tydom-client",
"license": "MIT",
"scripts": {
"start": "yarn spec:watch",
"test": "yarn pretty && yarn lint && yarn spec",
"start": "npm run spec:watch",
"test": "npm run pretty && npm run lint && npm run spec",
"spec": "NODE_TLS_REJECT_UNAUTHORIZED=0 CI=true jest --runInBand --colors",
"spec:watch": "yarn spec --watch",
"spec:coverage": "yarn spec --coverage",
"spec:watch": "npm run spec --watch",
"spec:coverage": "npm run spec --coverage",
"lint": "eslint --ext .ts src/",
"pretty": "prettier --check '{src,test}/**/*.ts'",
"typecheck": "tsc --noEmit",
"build": "tsc --build",
"prepare": "yarn build"
"prepublishOnly": "npm run build"
},
"bin": {
"tydom": "lib/cli/tydom.js"
Expand Down

0 comments on commit bfb910b

Please sign in to comment.