Skip to content

Commit c52def8

Browse files
committed
chore: Use yarn
1 parent ecb63c5 commit c52def8

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
@@ -58,8 +58,8 @@
5858
"scripts": {
5959
"clean": "rm -rf ./dist",
6060
"prebuild": "yarn clean",
61-
"build:watch": "tsc -w",
62-
"build": "tsc",
61+
"build:watch": "yarn tsc -w",
62+
"build": "yarn tsc",
6363
"postbuild": "chmod +x ./dist/bin.js && cp -r scripts/** dist",
6464
"test": "yarn build && jest",
6565
"try": "ts-node bin.ts",

0 commit comments

Comments
 (0)