Garrett Johnson преди 4 години
родител
ревизия
9940b5d213
променени са 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
-demo/
+docs/

+ 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 ./demo/ --public-url . --no-cache",
+    "build": "parcel build example/*.html --out-dir ./docs/ --public-url . --no-cache",
     "lint": "eslint \"src/**/*.js\" \"test/**/*.js\" && tsc -p tsconfig.json --noEmit",
     "test": "jest"
   },