Kaynağa Gözat

Update package.json

Garrett Johnson 4 yıl önce
ebeveyn
işleme
77a073cd2b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      package.json

+ 1 - 1
package.json

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