We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b771e commit ad9b6d1Copy full SHA for ad9b6d1
.github/workflows/ci.yaml
@@ -18,13 +18,13 @@ jobs:
18
node-version: '20.9.0'
19
20
- name: Install dependencies
21
- run: npm install
+ run: yarn install
22
23
- name: Run lint
24
- run: npm run lint
+ run: yarn lint
25
26
- name: Run format check
27
- run: npm run format
+ run: yarn format
28
29
- name: Check commit messages
30
uses: wagoid/commitlint-github-action@v3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "keep-react",
3
- "version": "1.4.3",
+ "version": "1.6.0",
4
"description": "Official React components built for React and Tailwind CSS",
5
"license": "MIT",
6
"keywords": [
0 commit comments