Skip to content

Commit

Permalink
[Process-Build]: Migrating Dashwave from npm to yarn (#25)
Browse files Browse the repository at this point in the history
[DW-7]: Migrating from npm to yarn
  • Loading branch information
onemanfighter committed Apr 24, 2024
1 parent 7b25f28 commit 8eb4ee4
Show file tree
Hide file tree
Showing 5 changed files with 10,428 additions and 20,511 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm run lint:staged
npm run prettier:staged
yarn lint:staged
yarn prettier:staged
6 changes: 3 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
npm run lint:staged
npm run prettier:staged
npm run test:staged
yarn lint:staged
yarn prettier:staged
yarn test:staged
Loading

0 comments on commit 8eb4ee4

Please sign in to comment.