fix(core): update
This commit is contained in:
		| @@ -109,10 +109,10 @@ pages: | ||||
|   image: hosttoday/ht-docker-node:npmci | ||||
|   stage: metadata | ||||
|   script: | ||||
|     - npmci command npm install -g typedoc typescript | ||||
|     - npmci command npm install -g @gitzone/tsdoc | ||||
|     - npmci npm prepare | ||||
|     - npmci npm install | ||||
|     - npmci command typedoc --module "commonjs" --target "ES2016" --out public/ ts/ | ||||
|     - npmci command tsdoc | ||||
|   tags: | ||||
|     - docker | ||||
|     - notpriv | ||||
|   | ||||
							
								
								
									
										14
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								package.json
									
									
									
									
									
								
							| @@ -33,5 +33,15 @@ | ||||
|     "@pushrocks/smartshell": "^2.0.22", | ||||
|     "typedoc": "^0.14.2", | ||||
|     "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'); | ||||
|  | ||||
| // files | ||||
| export const tsconfigFile = plugins.path.join(assetsDir, './tsconfig.json'); | ||||
| export const tsconfigFile = plugins.path.join(assetsDir, './tsconfig.json'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user