Skip to content

Commit

Permalink
Update dev and lint script by replacing npm with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Aug 30, 2023
1 parent fb0b0da commit 4d30699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

$(npm bin)/babel \
$(yarn bin)/babel \
--out-dir lib \
--watch \
src
2 changes: 1 addition & 1 deletion scripts/lint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

$(npm bin)/eslint \
$(yarn bin)/eslint \
--ext .js,.jsx \
.

0 comments on commit 4d30699

Please sign in to comment.