mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(docs): remove unused script
This commit is contained in:
parent
9f9e04c224
commit
20d7f7d0bd
1 changed files with 0 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Iterates over all modules bundled in the src/.lib and publish them
|
||||
for dir in ./src/.lib/*/
|
||||
do
|
||||
dir=${dir%*/}
|
||||
npm publish --access=public src/.lib/${dir##*/}
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue