We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d30c46 commit 4ae2711Copy full SHA for 4ae2711
package.json
@@ -20,8 +20,7 @@
20
"test:ci": "jest --runInBand",
21
"test:coverage": "jest --coverage",
22
"build:prod": "ng build --prod --base-href https://nileshpatel17.github.io/ng-multiselect-dropdown/",
23
- "clear:lib": "rimraf dist/lib",
24
- "postcopyfiles": "copyfiles -u 1 ./dist/lib/**/*.* node_modules/ng-multiselect-dropdown",
+ "clear:lib": "rimraf dist",
25
"copyfiles": "mkdir dist/lib/themes && copyfiles src/themes/ng-multiselect-dropdown.theme.scss dist/lib/themes",
26
"build:lib": "yarn run clear:lib && ng-packagr -p ng-package.json",
27
"postbuild:lib": "yarn run copyfiles",
0 commit comments