File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ all: test lint typecheck
3
3
4
4
.PHONY : browser
5
5
browser :
6
- ./bin/server --exec " npx open-cli http://localhost:8000/test/fetch-api/browser/"
6
+ @ ./bin/server --exec " npx open-cli http://localhost:8000/test/fetch-api/browser/"
7
7
8
8
.PHONY : commit
9
9
commit : node_modules
10
- npx cz
10
+ @ npx cz
11
11
12
12
.PHONY : release
13
13
release : node_modules
14
- npx standard-version
14
+ @ npx standard-version
15
15
16
16
.PHONY : release-alpha
17
17
release-alpha : node_modules
18
- npx standard-version --prerelease alpha
18
+ @ npx standard-version --prerelease alpha
19
19
20
20
# #
21
21
# Builds
@@ -32,7 +32,7 @@ dist: package.json rollup.config.js $(wildcard src/*.js) node_modules
32
32
33
33
test/fetch-api/api.spec.js : node_modules test/fetch-api/api.spec.ts
34
34
@echo " "
35
- @echo " => make $@ "
35
+ @echo " => compiling Typescript files... "
36
36
@npx tsc
37
37
38
38
# #
You can’t perform that action at this time.
0 commit comments