소스 검색

update dist -> demo

Garrett Johnson 4 년 전
부모
커밋
f1439f38d2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .gitignore
  2. 1 1
      package.json

+ 1 - 1
.gitignore

@@ -62,4 +62,4 @@ typings/
 
 example/local-data
 example/bundle
-dist/
+demo/

+ 1 - 1
package.json

@@ -22,7 +22,7 @@
   ],
   "scripts": {
     "start": "concurrently \"parcel watch example/*.html --out-dir ./example/bundle/ --public-url . --no-cache\" \"static-server\"",
-    "build": "parcel build example/*.html --out-dir ./dist/ --public-url . --no-cache",
+    "build": "parcel build example/*.html --out-dir ./demo/ --public-url . --no-cache",
     "lint": "eslint \"src/**/*.js\" \"test/**/*.js\" && tsc -p tsconfig.json --noEmit",
     "test": "jest"
   },