소스 검색

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": {