We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bbb11 commit f0dac40Copy full SHA for f0dac40
Makefile
@@ -3,7 +3,7 @@ all: test lint typecheck
3
node_modules: package.json
4
npm install && /usr/bin/touch node_modules
5
6
-build:
+build: node_modules
7
npx rollup -c
8
9
browser:
@@ -15,7 +15,7 @@ commit:
15
commitlint: node_modules
16
npx commitlint --from origin/main --to HEAD --verbose
17
18
-compile: test/fetch-api/api.spec.ts
+compile: node_modules test/fetch-api/api.spec.ts
19
npx tsc
20
21
cov:
0 commit comments