@authing/react-ui-components 3.0.2-beta.10 → 3.0.2-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "3.0.2-beta.10",
3
+ "version": "3.0.2-beta.11",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -33,7 +33,7 @@
33
33
  "prestart": "npm run log-tag && npm run vegcrsion",
34
34
  "prebuild:lib": "npm run log-tag && npm run version",
35
35
  "prepare": "cd ../.. && husky install packages/react-components/.husky",
36
- "pub": "cross-env npm_guard_publish='true' node ./scripts/publish.js",
36
+ "pub": "npm run build:lib && cross-env npm_guard_publish='true' node ./scripts/publish.js",
37
37
  "start": "PORT=3006 node ./scripts/start.js",
38
38
  "version": "node ./scripts/generate-version"
39
39
  },