File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
packages/utils/classnames Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 9
9
### Publish
10
10
11
11
``` sh
12
+ # update scripts/publish-to-npm.sh
13
+ # --filter="./packages/utils/classnames" replace the package absolute path which need publish
14
+ # pnpm -r --filter="./packages/utils/classnames" exec pnpm publish --access public --no-git-checks
15
+
16
+ # or
17
+
18
+ pnpm run bump-version
19
+
20
+ # check scripts/publish-to-npm.sh to see the packages which need publish
21
+
12
22
# npm / yarn
13
- pnpm run release
23
+ pnpm run publish-pkg
14
24
```
15
25
16
26
## License
Original file line number Diff line number Diff line change 11
11
| @chaos-design/package | Find the tor packages config from the cwd path of package. | 0.0.24 |
12
12
| @chaos-design/publish | Chaos publish packages. | 0.0.24 |
13
13
| @chaos-design/task | Fluent interface for run task. | 0.0.24 |
14
- | @chaos-design/classnames | The information has gone, 💣 ... | 0.0.24 |
14
+ | @chaos-design/classnames | The information has gone, 💣 ... | 0.0.1 |
15
15
| @chaos-design/utils-pkg | package utils | 0.0.24 |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chaos-design/classnames" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0.24 " ,
4
+ "version" : " 0.0.1 " ,
5
5
"exports" : {
6
6
"types" : " ./index.d.ts" ,
7
7
"require" : " ./lib/index.cjs" ,
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- pnpm -r --filter=" ./packages/npm/publish " exec pnpm publish --access public --no-git-checks
3
+ pnpm -r --filter=" ./packages/utils/classnames " exec pnpm publish --access public --no-git-checks
You can’t perform that action at this time.
0 commit comments