Skip to content

Commit

Permalink
spelling mistake in npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Landon Tetreault committed Aug 2, 2024
1 parent 9ebcba2 commit 56d53cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "ng lint",
"build:pkg": "ng build ng-apexcharts --configuration production",
"build:schematics": "tsc -p ./projects/ng-apexcharts/schematics/tsconfig.json --outDir dist/ng-apexcharts/schematics",
"copyfile:lincense": "copyfiles ./LICENSE ./dist/ng-apexcharts",
"copyfile:license": "copyfiles ./LICENSE ./dist/ng-apexcharts",
"copyfile:schema": "copyfiles -f ./projects/ng-apexcharts/schematics/ng-add/schema.json ./dist/ng-apexcharts/schematics/ng-add",
"copyfile:collection": "copyfiles -f ./projects/ng-apexcharts/schematics/collection.json ./dist/ng-apexcharts/schematics",
"copyfile": "concurrently -c cyan,green 'npm run copyfile:*'",
Expand Down

0 comments on commit 56d53cc

Please sign in to comment.