Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
BREAKING: grid will not work due dependency fail
Browse files Browse the repository at this point in the history
refactor: structure
  • Loading branch information
Arenukvern committed Mar 3, 2021
1 parent 5a079f5 commit 83f17ce
Show file tree
Hide file tree
Showing 134 changed files with 12 additions and 3,213 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-publish.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: yarn install
working-directory: ./packages/vuefer
- run: yarn build
working-directory: ./packages/vuefer
- run: npm publish
working-directory: ./packages/vuefer
env:
NODE_AUTH_TOKEN: ${{secrets.GH_PACKAGE}}
# build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn install
working-directory: ./packages/vuefer
- run: yarn build
working-directory: ./packages/vuefer
- run: npm publish --access public
working-directory: ./packages/vuefer
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PACKAGE}}
# build:
Expand Down
Loading

0 comments on commit 83f17ce

Please sign in to comment.