Closed whitneyit closed 1 month ago
Hi, It appears that there is a problem with the authentication when deploying to staging?
Hi @whitneyit - the action that is failing is relating to the staging env not authorising your user for staging only. Going to merge this today.
As from your email that you had sent through, thank you for reaching out and for submitting the pull request - we really appreciate the initiative you’ve taken to address the issues with TypeScript support and the entry point exports in the NSW Design System.
Thank you @oisa for merging this in 😄
You're most welcome @whitneyit - thanks so much for being part of the NSW Design System and for offering up your suggestions to make the design system better for all :)
This PRs adds support for TypeScript typings to be generated alongside the existing
starterkit:build
command.Also, this PR updates the entry point in
package.json
to the correct value ofdist/js/main.js
as opposed to the current, incorrect, value ofdist/main.js
which does not exist.