Skip to content

Commit

Permalink
chore: use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Sep 29, 2023
1 parent f86e8bc commit c84df0e
Show file tree
Hide file tree
Showing 9 changed files with 4,004 additions and 7,417 deletions.
2 changes: 1 addition & 1 deletion .githooks/commit-msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

npx --no-install nice-move lint commit
pnpm exec nice-move lint commit
4 changes: 2 additions & 2 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

npm run lint:staged
npm test
pnpm run lint:staged
pnpm test
7 changes: 4 additions & 3 deletions .github/workflows/bring-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
- windows-latest
- ubuntu-latest
node:
- 18.12.0
- 16.15.0
- current
- lts/*
- lts/-1
exclude:
- os: ubuntu-latest
node: 16.15.0
node: lts/*

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# postcss-preset-evergreen
# postcss-preset-evergreen <img src="https://cdn.jsdelivr.net/gh/babel/logo/babel.png" alt="logo" height="80" align="right">

A [postcss] preset for modern css syntaxes.

Expand Down
Loading

0 comments on commit c84df0e

Please sign in to comment.