Browse Source

fix(pkg) fix typedoc build

dev0
Saúl Ibarra Corretgé 6 months ago
parent
commit
403ceed2fd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save