Skip to content

Commit

Permalink
make file build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirtiny committed Nov 15, 2021
1 parent 295b6cd commit 5ee2236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test:
@echo "Testing..."
@./.scripts/test.sh

build: clean test
build: init clean test
@echo "👩‍🏭 Building..."
@./.scripts/build.sh

Expand All @@ -32,5 +32,5 @@ publish: version build
@echo "📦 Publish package..."
@./.scripts/publish.sh

start:
start: init
npm run start

0 comments on commit 5ee2236

Please sign in to comment.