Fix: NPM canary releases (#66727)

* fix(packages): remove double trailing slash from npmrc credentials

* chore(packages): add new line to storybook config to trigger an npm canary release
This commit is contained in:
Jack Westbrook
2023-04-18 11:02:37 +02:00
committed by GitHub
parent efa641040d
commit e97befa221
3 changed files with 4 additions and 3 deletions

View File

@@ -100,6 +100,7 @@ const mainConfig: StorybookConfig = {
savePropValueAsString: true,
},
},
webpackFinal: async (config) => {
// expose jquery as a global so jquery plugins don't break at runtime.
config.module?.rules?.push({