Skip to content

Commit f0dac40

Browse files
committed
refactor: improved make command reliability
1 parent 30bbb11 commit f0dac40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all: test lint typecheck
33
node_modules: package.json
44
npm install && /usr/bin/touch node_modules
55

6-
build:
6+
build: node_modules
77
npx rollup -c
88

99
browser:
@@ -15,7 +15,7 @@ commit:
1515
commitlint: node_modules
1616
npx commitlint --from origin/main --to HEAD --verbose
1717

18-
compile: test/fetch-api/api.spec.ts
18+
compile: node_modules test/fetch-api/api.spec.ts
1919
npx tsc
2020

2121
cov:

0 commit comments

Comments
 (0)