Skip to content

Commit

Permalink
chore: pnpm migrations (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Feb 12, 2024
1 parent 7756088 commit 1ee3f69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
save-exact = true
save-prefix =

# pnpm run settings
# https://pnpm.io/cli/run
shell-emulator = true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"markdown-lint": "markdownlint-cli2",
"markdown-lint-fix": "markdownlint-cli2-fix",
"prepare": "husky install",
"prettier": "prettier --ignore-unknown --check \"**/*.*\"",
"prettier-fix": "prettier --ignore-unknown --write \"**/*.*\"",
"prettier": "prettier --ignore-unknown --check '**/*.*'",
"prettier-fix": "prettier --ignore-unknown --write '**/*.*'",
"test": "run-s prettier eslint markdown-lint jest"
},
"devDependencies": {
Expand Down

0 comments on commit 1ee3f69

Please sign in to comment.