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

Qol 9255 hyperlink update part2 #558

Merged
merged 5 commits into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 32 additions & 42 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 @@ -32,7 +32,8 @@
"storybook-ci": "start-storybook -p 6006 --ci",
"build-storybook": "build-storybook",
"build-storybook-ci": "npm run storybook-ci & (echo \"sleeping 25\"; sleep 25;) && npm run build-storybook",
"build-storybook-gh": "export ASSETS_PATH=/qg-web-template && npm run build-storybook-ci"
"build-storybook-gh": "export ASSETS_PATH=/qg-web-template && npm run build-storybook-ci",
"chromatic": "echo \"This is for manual deployment, please replace the project-token from 1Password\" && npm build && npx chromatic --project-token=[token from 1password] -b build-storybook-ci"
},
"authors": "Queensland Government",
"licence": "all rights reserved",
Expand Down
Loading