Skip to content

Commit

Permalink
build: switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Dec 9, 2023
1 parent 2557ea1 commit 7b05819
Show file tree
Hide file tree
Showing 3 changed files with 6,412 additions and 5,502 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "yarn lint",
"lint": "yarn run lint:eslint && yarn run lint:stylelint",
"test": "pnpm lint",
"lint": "pnpm run lint:eslint && pnpm run lint:stylelint",
"lint:eslint": "next lint",
"lint:stylelint": "stylelint src/styles/**/*.scss",
"prepare": "husky install"
Expand Down
Loading

0 comments on commit 7b05819

Please sign in to comment.