Skip to content

Commit

Permalink
Dev (#173)
Browse files Browse the repository at this point in the history
* 📦 ci(.github): added preview workflow for pull requests and docs now deplow to the gh-page

* 📦 ci(preview.yml): added workflow

* 📦 ci(preview-docs.yml): added build scripts for the documentation

* 📦 ci(fixed acions policy): fixed preview action workflow
  • Loading branch information
prjctimg authored Apr 7, 2024
1 parent efc8528 commit 43101c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- dev

permissions:
contents: write
Expand All @@ -27,7 +28,7 @@ jobs:
node-version: 20
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
- run: npm i
if: ${{ steps.release.outputs.release_created }}
- run: |
npm test
Expand Down

0 comments on commit 43101c7

Please sign in to comment.