修正命令路径

pull/470/head
zhouyg 2016-10-17 15:57:50 +08:00 committed by cinwell.li
parent 6d090bb0e2
commit baf3d192d8
1 changed files with 1 additions and 1 deletions

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