chuzhixin 4 년 전
부모
커밋
1f5df367e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deploy.sh

+ 1 - 1
deploy.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 set -e
-npm run build:preview
+npm run build
 cd dist
 touch .nojekyll
 git init