Skip to content

Commit

Permalink
chore(package): add commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhuochen committed May 17, 2021
1 parent 38dd296 commit b8bd199
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Expand Up @@ -64,3 +64,7 @@ wx-mini:表示打包的模块,如果想打包多个模块,可以跟着多
`npm run version 2.2.2 core`:表示将`core`包的`package.json``version``dependencies``@mitojs`开头的`version`改为2.2.2

`npm run version 2.2.2`表示将`packages`下面的所有包都改为`2.2.2`


### commit
`npm run commit`
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2020-present chenjinhuo
Copyright (c) 2021-present chenjinhuo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,6 @@
"license": "MIT",
"author": "cjinhuo",
"scripts": {
"cz": "cz",
"build": "node script/build.js",
"watch": "node script/build.js --watch=true",
"version": "node script/version.js",
Expand Down

0 comments on commit b8bd199

Please sign in to comment.