Skip to content

Commit

Permalink
add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed May 19, 2024
1 parent 34d8724 commit 43a114b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
install:
npm ci

lint:
npx eslint .

build:
rm -rf dist
NODE_ENV=production npx webpack

lint:
npx eslint .

0 comments on commit 43a114b

Please sign in to comment.