Skip to content

Commit 2a8303a

Browse files
authored
build: Remove yarn
1 parent 4093283 commit 2a8303a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lint": "prettier --check \"{src,test}/**/*.{ts,tsx,js,jsx,md}\"",
4444
"format": "prettier --write \"{src,test}/**/*.{ts,tsx,js,jsx,md}\"",
4545
"build": "rollup -c",
46-
"prepare": "yarn build",
46+
"prepare": "pnpm build",
4747
"dev": "cd ./playground && vite"
4848
},
4949
"dependencies": {
@@ -91,4 +91,4 @@
9191
"vite": "^3.1.8"
9292
},
9393
"packageManager": "pnpm@7.9.3"
94-
}
94+
}

0 commit comments

Comments
 (0)