Skip to content

Commit

Permalink
wip: writing GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
joduplessis committed Jan 29, 2024
1 parent f2f96ca commit 2774e05
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tag-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm install
npm run deploy:core:dry-run
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
},
"scripts": {
"prepare": "husky install",
"deploy:core": "npm --workspace @fold-dev/design run build:prod && npm --workspace @fold-dev/core run build:prod && npm --workspace @fold-dev/core publish",
"deploy:core:dry-run": "npm --workspace @fold-dev/design run build:prod && npm --workspace @fold-dev/core run build:prod && npm --workspace @fold-dev/core publish --dry-run",
"dev:design": "npm --workspace @fold-dev/core run watch:styles | npm --workspace @fold-dev/core run watch | npm run storybook | npm --workspace @fold-dev/design run watch",
"dev": "npm --workspace @fold-dev/core run watch:styles | npm --workspace @fold-dev/core run watch | npm run storybook",
"storybook": "storybook dev -p 6006",
Expand Down
2 changes: 1 addition & 1 deletion packages/design/tokens-dark.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Sun, 28 Jan 2024 18:16:46 GMT
* Generated on Mon, 29 Jan 2024 19:46:14 GMT
*/

[data-theme='dark'] {
Expand Down
2 changes: 1 addition & 1 deletion packages/design/tokens-light.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Sun, 28 Jan 2024 18:16:46 GMT
* Generated on Mon, 29 Jan 2024 19:46:14 GMT
*/

[data-theme='light'] {
Expand Down
2 changes: 1 addition & 1 deletion packages/design/tokens.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Sun, 28 Jan 2024 18:16:46 GMT
* Generated on Mon, 29 Jan 2024 19:46:14 GMT
*/

:root {
Expand Down
2 changes: 1 addition & 1 deletion packages/design/tokens.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Sun, 28 Jan 2024 18:16:46 GMT
* Generated on Mon, 29 Jan 2024 19:46:14 GMT
*/

module.exports = {
Expand Down

0 comments on commit 2774e05

Please sign in to comment.