Skip to content

Commit

Permalink
chore: improved make dist target
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Apr 30, 2023
1 parent 25cac37 commit e53638e
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 @@ -24,10 +24,10 @@ release-alpha:
node_modules: package.json
npm install && /usr/bin/touch node_modules

dist:
dist: package.json rollup.config.js $(wildcard src/*.js) node_modules
@echo ""
@echo "=> make $@"
@npx rollup -c --bundleConfigAsCjs
@npx rollup -c --bundleConfigAsCjs && /usr/bin/touch dist

test/fetch-api/api.spec.js: test/fetch-api/api.spec.ts
@echo ""
Expand Down

0 comments on commit e53638e

Please sign in to comment.