Skip to content

Commit 4ae2711

Browse files
committed
fix: script
1 parent 6d30c46 commit 4ae2711

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"test:ci": "jest --runInBand",
2121
"test:coverage": "jest --coverage",
2222
"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",
23+
"clear:lib": "rimraf dist",
2524
"copyfiles": "mkdir dist/lib/themes && copyfiles src/themes/ng-multiselect-dropdown.theme.scss dist/lib/themes",
2625
"build:lib": "yarn run clear:lib && ng-packagr -p ng-package.json",
2726
"postbuild:lib": "yarn run copyfiles",

0 commit comments

Comments
 (0)