修正命令路径

This commit is contained in:
zhouyg 2016-10-17 15:57:50 +08:00 committed by cinwell.li
parent 6d090bb0e2
commit baf3d192d8

View File

@ -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