Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add/create @cdssnc/gcds-components-vue package #516

Merged
merged 11 commits into from
May 16, 2024
5 changes: 5 additions & 0 deletions .github/workflows/compile-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
- name: "@cdssnc/gcds-components-angular"
package: "./packages/angular"
dist: "./packages/angular/dist"

- name: "@cdssnc/gcds-components-vue"
package: "./packages/vue"
dist: "./packages/vue"

steps:
- name: Git Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ UserInterfaceState.xcuserstate

# Duplicate global css file
packages/react/gcds.css
packages/ssr/gcds.css
packages/vue/gcds.css
packages/ssr/gcds.css
177 changes: 166 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"workspaces": [
"packages/web",
"packages/angular",
"packages/react"
"packages/react",
"packages/vue"
],
"license": "MIT"
}
Loading