@natoora-libs/core 0.0.44 → 0.0.45

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natoora-libs/core",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,6 +33,7 @@
33
33
  "prepare": "cd ../../../ && husky libraries/frontend-libs/react/.husky",
34
34
  "dev": "yalc publish && tsup --watch --onSuccess 'yalc push --changed'",
35
35
  "build": "tsup",
36
+ "publish": "yarn build && node scripts/publish.js",
36
37
  "build-storybook": "storybook build",
37
38
  "storybook": "storybook dev -p 6006",
38
39
  "fix:all": "yarn format && yarn lint:fix",
@@ -135,4 +136,4 @@
135
136
  "react-router": "^7.6.3",
136
137
  "yup": "^0.32.9"
137
138
  }
138
- }
139
+ }