Skip to content

Commit a8f7cbb

Browse files
committed
Update index.ts
1 parent 6942203 commit a8f7cbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// sort-imports-ignore
12
import chalk from 'chalk';
23
import _ from 'lodash';
34
import { resolve } from 'node:path';
@@ -145,8 +146,7 @@ export default class PluginGenerator extends Generator {
145146
pkg.devDependencies['@verdaccio/plugin-verifier'] =
146147
rootPackageJSON.devDependencies['@verdaccio/plugin-verifier'];
147148
const category = pluginCategoryMap[pluginType];
148-
pkg.scripts['verify'] =
149-
`verdaccio-plugin-verifier ${this.projectName} --category ${category}`;
149+
pkg.scripts['verify'] = `verdaccio-plugin-verifier ${this.projectName} --category ${category}`;
150150

151151
this.fs.writeJSON(this.templatePath(`${pluginType}/_package.json`), pkg);
152152

0 commit comments

Comments
 (0)