Skip to content

Commit 013c777

Browse files
committed
chore: added config to pnpm
1 parent 2f9fc8e commit 013c777

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
save-exact = true
22
auto-install-peers=true
3+
dedupe-peer-dependents=true
34
public-hoist-pattern[]=@types*

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"format:fix": "pretty-quick --staged",
1313
"prepare": "husky install",
1414
"build:headless": "nx build headless",
15+
"lint": "nx affected:lint",
1516
"test:headless": "nx component-test headless",
1617
"test:headless:ci": "nx component-test-ci headless",
1718
"story:build:headless": "nx build-storybook headless",

pnpm-lock.yaml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)