Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Oct 14, 2024
1 parent e670f68 commit 65bc707
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3,524 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: npm i
- run: npm ci

publish-npm:
Expand All @@ -29,13 +30,14 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- run: |
git submodule update --init --recursive
sudo apt install rename
rm .gitmodules
for dir in */; do [[ $dir = template-* ]] && cd $dir && rm .git && rename 's/^\.git(.*)/_git$1/' .git* && ls && cd ..; done
npm i
npm ci
npm run build
- run: npm publish -f
Expand Down
Loading

0 comments on commit 65bc707

Please sign in to comment.