Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPatel17 committed Dec 16, 2020
1 parent 6d30c46 commit 4ae2711
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"test:ci": "jest --runInBand",
"test:coverage": "jest --coverage",
"build:prod": "ng build --prod --base-href https://nileshpatel17.github.io/ng-multiselect-dropdown/",
"clear:lib": "rimraf dist/lib",
"postcopyfiles": "copyfiles -u 1 ./dist/lib/**/*.* node_modules/ng-multiselect-dropdown",
"clear:lib": "rimraf dist",
"copyfiles": "mkdir dist/lib/themes && copyfiles src/themes/ng-multiselect-dropdown.theme.scss dist/lib/themes",
"build:lib": "yarn run clear:lib && ng-packagr -p ng-package.json",
"postbuild:lib": "yarn run copyfiles",
Expand Down

0 comments on commit 4ae2711

Please sign in to comment.