Skip to content

Commit

Permalink
chore: add "yarn run commit" script
Browse files Browse the repository at this point in the history
  • Loading branch information
osdio committed Dec 25, 2020
1 parent 34600ef commit 8683c8d
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 18 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@
"devd": "gulp",
"release:mac": "FORCE_COLOR=1 npm run build",
"release:win": "FORCE_COLOR=1 npm run build:win",
"release": "FORCE_COLOR=1 node release.js"
"release": "FORCE_COLOR=1 node release.js",
"commit": "cz"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-eslint": "^10.1.0",
"babel-preset-es2016-node5": "^1.1.2",
"commitizen": "^4.2.2",
"dotenv": "^8.2.0",
"electron": "^11.1.1",
"electron-builder": "^22.9.1",
Expand Down
Loading

0 comments on commit 8683c8d

Please sign in to comment.