Skip to content

Commit

Permalink
chore: ignore lock files and strict pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Sep 30, 2022
1 parent a60f8ab commit 05335e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5,214 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Expand Up @@ -2,10 +2,9 @@
node_modules
dist

.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
package-lock.json
yarn.lock
pnpm-lock.yaml

# local env files
.env.local
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -94,6 +94,7 @@
"postinstall": "is-ci || husky install",
"postpublish": "pinst --enable",
"precommit": "lint-staged -c ./.husky/.lintstagedrc -q",
"preinstall": "npx only-allow pnpm",
"prepublishOnly": "pinst --disable",
"prettier": "pretty-quick --staged",
"release": "tsx scripts/release.ts",
Expand Down

0 comments on commit 05335e3

Please sign in to comment.