Skip to content

Commit 3f8a26c

Browse files
committed
use yarn consistently, don't mix with npm
1 parent 7d8ad86 commit 3f8a26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "yarn generate-tests && rescript",
2121
"watch": "rescript build -w",
2222
"test": "yarn build && yarn jest lib/js/__tests__/*_test.bs.js",
23-
"generate-tests": "cd __tests__ && npx atdgen -t test.atd && npx atdgen -bs test.atd"
23+
"generate-tests": "cd __tests__ && yarn exec atdgen -- -t test.atd && yarn exec atdgen -- -bs test.atd"
2424
},
2525
"devDependencies": {
2626
"@glennsl/rescript-jest": "^0.10.0",

0 commit comments

Comments
 (0)