Skip to content

Commit 0f6ccbb

Browse files
committed
feat: classnames
1 parent fd39e3f commit 0f6ccbb

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,18 @@
99
### Publish
1010

1111
```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+
1222
# npm / yarn
13-
pnpm run release
23+
pnpm run publish-pkg
1424
```
1525

1626
## License

packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
| @chaos-design/package | Find the tor packages config from the cwd path of package. | 0.0.24 |
1212
| @chaos-design/publish | Chaos publish packages. | 0.0.24 |
1313
| @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 |
1515
| @chaos-design/utils-pkg | package utils | 0.0.24 |

packages/utils/classnames/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chaos-design/classnames",
33
"type": "module",
4-
"version": "0.0.24",
4+
"version": "0.0.1",
55
"exports": {
66
"types": "./index.d.ts",
77
"require": "./lib/index.cjs",

scripts/publish-to-npm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

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

0 commit comments

Comments
 (0)