Skip to content

Commit

Permalink
Replace yarn with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Apr 10, 2020
1 parent c5cfbc2 commit f2973ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
yarn install
yarn release
npm install
npm release
clj -A:uberdeps

0 comments on commit f2973ab

Please sign in to comment.