ソースを参照

fix(pkg) fix typedoc build

dev0
Saúl Ibarra Corretgé 6ヶ月前
コミット
403ceed2fd
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      package.json

+ 1
- 1
package.json ファイルの表示

@@ -69,7 +69,7 @@
69 69
     "prepack": "npm run build && npm run gen-types",
70 70
     "test": "karma start karma.conf.js",
71 71
     "test-watch": "karma start karma.conf.js --no-single-run",
72
-    "typedoc": "typedoc",
72
+    "typedoc": "npm run gen-version && typedoc",
73 73
     "validate": "npm ls",
74 74
     "watch": "npm run gen-version && webpack --config webpack.config.js --watch --mode development"
75 75
   },

読み込み中…
キャンセル
保存