Skip to content

Commit

Permalink
fix: string issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Apr 12, 2024
1 parent a49cd95 commit da8b8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/npm.ts
Expand Up @@ -12,7 +12,7 @@ export const generatePackageJson = (params: GeneratePackageJsonParams, input: Ge
let finalPackage: any = null

const sharedScripts = {
'docker:build': `npm run build && docker build -t IMAGENAME:dev .`,
'docker:build': 'npm run build && docker build -t IMAGENET:dev .',
lint: 'npmPkgJsonLint . && ts-standard | snazzy',
'lint:fix': 'npmPkgJsonLint . && ts-standard --fix | snazzy',
typedoc: 'typedoc',
Expand Down

0 comments on commit da8b8a6

Please sign in to comment.