文件操作 - install-ci-test.js
返回文件管理
返回主菜单
删除本文件
文件: /opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/lib/commands/install-ci-test.js
编辑文件内容
// npm install-ci-test // Runs `npm ci` and then runs `npm test` const CI = require('./ci.js') class InstallCITest extends CI { static description = 'Install a project with a clean slate and run tests' static name = 'install-ci-test' async exec (args) { await this.npm.exec('ci', args) return this.npm.exec('test', []) } } module.exports = InstallCITest
修改文件时间
将文件时间修改为当前时间的前一年
删除文件