Forráskód Böngészése

update dist -> demo

Garrett Johnson 4 éve
szülő
commit
f1439f38d2
2 módosított fájl, 2 hozzáadás és 2 törlés
  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"
   },