Skip to content

Commit

Permalink
Setup first version
Browse files Browse the repository at this point in the history
  • Loading branch information
samihamine committed Sep 10, 2023
1 parent 42addd3 commit 2477212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ help: ## Lists all available make tasks and some short documentation about them
## Basic repo maintenance

# Installs npm dependencies
# node_modules:
# yarn set version self
# yarn install --immutable
# @touch $@
node_modules:
yarn set version 3.2.1
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
3 changes: 0 additions & 3 deletions src/generated/version.ts

This file was deleted.

0 comments on commit 2477212

Please sign in to comment.