Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
themodernpk committed Nov 16, 2024
1 parent 095208b commit c0e0c6b
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,12 @@ jobs:
node: [20]

steps:
- name: Checkout
uses: actions/checkout@v4


- uses: npm/action-setup@v4
if: ${{ steps.pkgman.outputs.package_manager == 'npm' }}
name: Install npm
id: npm-install

- uses: actions/setup-node@v4
with:
version: ${{ matrix.node }}
cache: ${{ steps.pkgman.outputs.cache }}

- name: Install dependencies
run: ${{ steps.pkgman.outputs.package_manager }} install
run: npm install

- name: Install @nuxthq/studio
run: ${{ steps.pkgman.outputs.package_manager }} add -D @nuxthq/studio
run: npm add -D @nuxthq/studio

- name: Create .nuxtrc
run: echo $'\nautoImport=true\nmodules[]=@nuxthq/studio' >> .nuxtrc
Expand Down

0 comments on commit c0e0c6b

Please sign in to comment.