Skip to content

Commit

Permalink
Fix yourself dammit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrZZ committed Jun 22, 2021
1 parent c1a5b8d commit 0658dd2
Show file tree
Hide file tree
Showing 4 changed files with 1,304 additions and 1,382 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# An explicit key for restoring and saving the cache
key: ${{ runner.os }}-npm-modules
- name: Install dependencies
run: npm i
run: npm i -f
- name: Build release
run: npm run build

Expand All @@ -43,7 +43,7 @@ jobs:
path: node_modules
# An explicit key for restoring and saving the cache
key: ${{ runner.os }}-npm-modules
- run: npm i
- run: npm i -f --production
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ./.npmrc
env:
NPM_TOKEN: ${{secrets.npm_token}}
Expand Down
Loading

0 comments on commit 0658dd2

Please sign in to comment.