Explorar o código

修正命令路径

zhouyg %!s(int64=8) %!d(string=hai) anos
pai
achega
baf3d192d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -15,7 +15,7 @@ dev:
 	npm run dev
 
 new:
-	node bin/new.js $(filter-out $@,$(MAKECMDGOALS))
+	node build/bin/new.js $(filter-out $@,$(MAKECMDGOALS))
 
 dist: install
 	npm run dist