Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
samihamine committed Sep 10, 2023
1 parent 2477212 commit b4a65b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ help: ## Lists all available make tasks and some short documentation about them

# Installs npm dependencies
node_modules:
yarn set version self
yarn install --immutable
@touch $@
# node_modules:
# yarn set version 3.2.1
# yarn install --immutable
# @touch $@

build-browser: build # build dependencies
$(yarn_run) umd --no-stats
Expand Down

0 comments on commit b4a65b5

Please sign in to comment.