This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert not-working ng-package changes.
- Loading branch information
Bastiaan van den Berg
committed
Mar 2, 2018
1 parent
0080d4e
commit 3f90f4f
Showing
5 changed files
with
464 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,6 @@ yarn run build-lib | |
|
||
Publish from dist directory: | ||
```bash | ||
cd dist | ||
cd src/app/ng-select/dist | ||
npm publish | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/bash | ||
rm -rv demo/node_modules/ng-select/* | ||
|
||
npm pack ./dist | ||
npm pack src/app/ng-select/dist | ||
tar -xzvf ng-select-*.tgz | ||
mv -v package/* demo/node_modules/ng-select/ | ||
|
||
rm ng-select-*.tgz | ||
rmdir package | ||
rmdir -v package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.