Skip to content

Commit e49bc83

Browse files
package common
1 parent f0ca6c8 commit e49bc83

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

packages/common/.gitignore

+1-11
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
# Logs
1616
logs
1717
*.log
18-
npm-debug.log*
19-
yarn-debug.log*
20-
yarn-error.log*
21-
lerna-debug.log*
2218

2319
# Diagnostic reports (https://nodejs.org/api/report.html)
2420
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -57,21 +53,15 @@ jspm_packages/
5753
# TypeScript v1 declaration files
5854
typings/
5955

60-
# Optional npm cache directory
61-
.npm
62-
6356
# Optional eslint cache
6457
.eslintcache
6558

6659
# Optional REPL history
6760
.node_repl_history
6861

69-
# Output of 'npm pack'
62+
# Output of 'pnpm pack'
7063
*.tgz
7164

72-
# Yarn Integrity file
73-
.yarn-integrity
74-
7565
# parcel-bundler cache (https://parceljs.org/)
7666
.cache
7767

packages/common/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"license": "MIT",
99
"private": true,
1010
"scripts": {
11-
"lint": "yarn prettier --check",
12-
"lint:fix": "yarn prettier --write",
11+
"lint": "pnpm prettier --check",
12+
"lint:fix": "pnpm prettier --write",
1313
"prettier": "prettier \"**/*.{js,md,json}\""
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)