fix(core): update
This commit is contained in:
parent
066401c474
commit
5e4b42a920
@ -109,10 +109,10 @@ pages:
|
|||||||
image: hosttoday/ht-docker-node:npmci
|
image: hosttoday/ht-docker-node:npmci
|
||||||
stage: metadata
|
stage: metadata
|
||||||
script:
|
script:
|
||||||
- npmci command npm install -g typedoc typescript
|
- npmci command npm install -g @gitzone/tsdoc
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
- npmci npm install
|
- npmci npm install
|
||||||
- npmci command typedoc --module "commonjs" --target "ES2016" --out public/ ts/
|
- npmci command tsdoc
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
- notpriv
|
- notpriv
|
||||||
|
14
package.json
14
package.json
@ -33,5 +33,15 @@
|
|||||||
"@pushrocks/smartshell": "^2.0.22",
|
"@pushrocks/smartshell": "^2.0.22",
|
||||||
"typedoc": "^0.14.2",
|
"typedoc": "^0.14.2",
|
||||||
"typescript": "^3.4.5"
|
"typescript": "^3.4.5"
|
||||||
}
|
},
|
||||||
}
|
"files": [
|
||||||
|
"ts/*",
|
||||||
|
"ts_web/*",
|
||||||
|
"dist/*",
|
||||||
|
"dist_web/*",
|
||||||
|
"assets/*",
|
||||||
|
"cli.js",
|
||||||
|
"npmextra.json",
|
||||||
|
"readme.md"
|
||||||
|
]
|
||||||
|
}
|
@ -8,4 +8,4 @@ export const assetsDir = plugins.path.join(packageDir, './assets');
|
|||||||
export const publicDir = plugins.path.join(packageDir, './public');
|
export const publicDir = plugins.path.join(packageDir, './public');
|
||||||
|
|
||||||
// files
|
// files
|
||||||
export const tsconfigFile = plugins.path.join(assetsDir, './tsconfig.json');
|
export const tsconfigFile = plugins.path.join(assetsDir, './tsconfig.json');
|
||||||
|
Loading…
Reference in New Issue
Block a user