Skip to content

Commit 569febc

Browse files
Chrystiam Nascimento JuniorChrystiam Nascimento Junior
authored andcommitted
feat(Vite): Adjust project to build with vite
1 parent 821d262 commit 569febc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ runs:
2121
node-version-file: .nvmrc
2222
scope: '@lawnstarter'
2323

24+
- name: Set registry authToken
25+
shell: sh
26+
run: echo "//npm.pkg.github.com/:_authToken=${{ inputs.GH_TOKEN }}" >> ./.npmrc;
27+
2428
- name: Cache dependencies
2529
id: yarn-cache
2630
uses: actions/cache@v3

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
legacy-peer-deps=true
2+
registry=https://registry.npmjs.org/
3+
@lawnstarter:registry=https://npm.pkg.github.com/

0 commit comments

Comments
 (0)