소스 검색

Merge pull request #1 from antoine-briand/master

Fix command line error
pull/2/head
Guillaume Vincent 9 년 전
부모
커밋
9bc75fe553
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      package.json

+ 1
- 1
package.json 파일 보기

@@ -8,7 +8,7 @@
"build": "npm-run-all clean copy 'build:*'",
"build:app": "browserify -e ./app/app.js -o ./dist/app.js",
"clean": "rimraf ./dist/**/*",
"copy": "mkdir -p ./dist && cp -ra public/. dist",
"copy": "mkdir -p ./dist && cp public/* dist/",
"serve": "static -p ${PORT:-5000} --gzip --host-address 0.0.0.0 dist/",
"start": "npm run serve",
"prestart": "npm run build"


불러오는 중...
취소
저장