We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a2817 commit 76dfa87Copy full SHA for 76dfa87
3 files changed
.codesandbox/tasks.json
.github/workflows/pkg-pr-new.yml
@@ -0,0 +1,26 @@
1
+name: Publish Any Commit
2
+on: [push, pull_request]
3
+
4
+permissions: {}
5
6
+jobs:
7
+ build:
8
+ runs-on: ubuntu-latest
9
10
+ steps:
11
+ - name: Checkout code
12
+ uses: actions/checkout@v4
13
14
+ - run: corepack enable
15
+ - uses: actions/setup-node@v4
16
+ with:
17
+ node-version: 20
18
+ cache: pnpm
19
20
+ - name: Install dependencies
21
+ run: pnpm install
22
23
+ - name: Build
24
+ run: pnpm build
25
26
+ - run: pnpm dlx pkg-pr-new publish
README.md
@@ -12,6 +12,8 @@
## Install
+[](https://pkg.pr.new/~hyoban/tailwindcss-icons)
```sh
npm i @egoist/tailwindcss-icons -D
```
0 commit comments