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 21, 2024
1 parent d990043 commit ea3f8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ install:
npm ci

build:
NODE_ENV=production npx webpack
rm -rf dist
NODE_ENV=production npx webpack

lint:
npx eslint .

0 comments on commit ea3f8b5

Please sign in to comment.