mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: build 1.33.0
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
import fs from 'fs';
|
||||
//删除references
|
||||
import { default as packageJson } from './tsconfig.json' assert { type: 'json' };
|
||||
delete packageJson.references;
|
||||
fs.writeFileSync('./tsconfig.json', JSON.stringify(packageJson, null, 2));
|
||||
|
||||
//瘦身
|
||||
const filePath = './node_modules/typeorm/platform/PlatformTools.js';
|
||||
const find = `const cli_highlight_1 = require("cli-highlight");`;
|
||||
|
||||
Reference in New Issue
Block a user