Skip to content

Commit 7a3d3df

Browse files
author
mledour
committed
chore: script build fix close#38
1 parent 22c5f14 commit 7a3d3df

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.idea/codeStyles/Project.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"ng": "ng",
1616
"start": "ng serve",
1717
"build": "ng build",
18-
"libCopyFiles": "cp README.md LICENSE dist/angular-admin-lte",
19-
"build:lib": "ng build angular-admin-lte --prod && npm run libCopyFiles",
18+
"build:lib": "ng build angular-admin-lte --prod",
2019
"publish:lib": "npm publish dist/angular-admin-lte",
2120
"build:demo": "ng build angular-admin-lte-demo --prod --base-href=/angular-admin-lte/",
2221
"gh-pages": "node ./scripts/gh-pages-multi/bin/gh-pages-multi.js deploy -s dist/angular-admin-lte-demo --dry-run --tmp-dir",

0 commit comments

Comments
 (0)