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

Commit 83f17ce

Browse files
committed
BREAKING: grid will not work due dependency fail
refactor: structure
1 parent 5a079f5 commit 83f17ce

File tree

134 files changed

+12
-3213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+12
-3213
lines changed

.github/workflows/gh-publish.workflow.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ jobs:
1818
node-version: 12
1919
registry-url: https://npm.pkg.github.com/
2020
- run: yarn install
21+
working-directory: ./packages/vuefer
2122
- run: yarn build
23+
working-directory: ./packages/vuefer
2224
- run: npm publish
25+
working-directory: ./packages/vuefer
2326
env:
2427
NODE_AUTH_TOKEN: ${{secrets.GH_PACKAGE}}
2528
# build:

.github/workflows/npm-publish.workflow.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ jobs:
1818
node-version: 12
1919
registry-url: https://registry.npmjs.org/
2020
- run: yarn install
21+
working-directory: ./packages/vuefer
2122
- run: yarn build
23+
working-directory: ./packages/vuefer
2224
- run: npm publish --access public
25+
working-directory: ./packages/vuefer
2326
env:
2427
NODE_AUTH_TOKEN: ${{secrets.NPM_PACKAGE}}
2528
# build:

0 commit comments

Comments
 (0)