Explorar el Código

update demo -> docs

Garrett Johnson hace 4 años
padre
commit
9940b5d213
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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"
   },