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 e32ca1d commit 9b708b0Copy full SHA for 9b708b0
Makefile
@@ -20,7 +20,6 @@ ifeq ($(strip $(version)),)
20
@echo "\033[31mERROR:\033[0;39m No version provided."
21
@echo "\033[1;30mmake release version=1.0.0\033[0;39m"
22
else
23
- rm *.bak
24
make compile
25
npm test || exit 1
26
git add .
0 commit comments