File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 17
17
"build:prod" : " ng build --prod --base-href https://nileshpatel17.github.io/ng-multiselect-dropdown/" ,
18
18
"clear:lib" : " rimraf dist-lib" ,
19
19
"copyfiles" : " copyfiles -u 1 ./dist-lib/**/*.* node_modules/ng-multiselect-dropdown" ,
20
- "build:lib" : " yarn clear:lib && ng-packagr -p ng-package.json" ,
21
- "postbuild:lib" : " yarn copyfiles" ,
22
- "prepublish" : " yarn build:prod" ,
20
+ "build:lib" : " npm run clear:lib && ng-packagr -p ng-package.json" ,
21
+ "postbuild:lib" : " npm run copyfiles" ,
22
+ "prepublish" : " npm run build:prod" ,
23
23
"publish" : " ngh --no-silent false --name=\" nileshpatel17\" --email=\" nilesh.nvs@hotmail.com\" " ,
24
24
"deploy" : " ng build --prod --bh /ng-multiselect-dropdown/ && angular-cli-ghpages --no-silent --repo=https://github.com/NileshPatel17/ng-multiselect-dropdown.git --name=\" Nilesh Patel\" --email=nilesh.nvs@hotmail.com" ,
25
25
"deployOnly" : " angular-cli-ghpages --no-silent --repo=https://github.com/NileshPatel17/ng-multiselect-dropdown.git --name=\" Nilesh Patel\" --email=nilesh.nvs@hotmail.com"
Original file line number Diff line number Diff line change 2
2
3
3
1 . yarn build: lib
4
4
2 . navigate to dist-lib folder
5
- 3 . login to npm registry (npm login)
6
- 4 . yarn publish
7
- 5 . yarn deployOnly
5
+ 3 . mark private to false
6
+ 4 . login to npm registry (npm login)
7
+ 5 . yarn publish
8
+ 6 . yarn deployOnly
8
9
9
10
## Angular Multiselect Dropdown
10
11
You can’t perform that action at this time.
0 commit comments