Skip to content

Commit dfe4e32

Browse files
committed
chore: update scripts
1 parent 583607f commit dfe4e32

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

examples/green-wall/.eslintrc.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
module.exports = {
22
root: true,
33
extends: [require.resolve('../../lib/eslint')],
4-
ignorePatterns: [
5-
'public',
6-
'yarn*',
7-
'.next',
8-
'!.eslintrc.js',
9-
'!.prettierrc.js',
10-
'!.stylelintrc.js',
11-
],
4+
ignorePatterns: ['public', '.next', '!.eslintrc.js', '!.prettierrc.js', '!.stylelintrc.js'],
125
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"scripts": {
2727
"prebuild": "rimraf ./lib/",
2828
"build": "tsc --build tsconfig.json",
29-
"deps": "yarn upgrade-interactive --latest",
30-
"lint": "yarn lint:es",
29+
"deps": "pnpm up --interactive --latest",
30+
"lint": "pnpm lint:es",
3131
"lint:es": "eslint \"./**/*.{js,jsx,ts,tsx}\"",
32-
"prepublishOnly": "yarn build",
33-
"test": "yarn build && cd \"./examples/green-wall\" && yarn lint"
32+
"prepublishOnly": "pnpm build",
33+
"test": "pnpm build && cd \"./examples/green-wall\" && pnpm lint"
3434
},
3535
"config": {
3636
"commitizen": {

0 commit comments

Comments
 (0)