瀏覽代碼

htmlviewer-extension cleaned before packing.

This commit makes this package consistent with other packages.
Jason Grout 6 年之前
父節點
當前提交
7834113bfa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/htmlviewer-extension/package.json

+ 1 - 1
packages/htmlviewer-extension/package.json

@@ -26,7 +26,7 @@
   "scripts": {
     "build": "tsc",
     "clean": "rimraf lib",
-    "prepack": "npm run clean && npm run build",
+    "prepublishOnly": "npm run build",
     "watch": "tsc -w"
   },
   "dependencies": {