@timum/booking 0.2.1 → 0.2.2

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": "@timum/booking",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "license": "CC-BY-ND-4.0",
5
5
  "main": "build/timum-booking.js",
6
6
  "publishConfig": {
@@ -61,7 +61,7 @@
61
61
  "start": "react-scripts start",
62
62
  "build": "node ./build.js",
63
63
  "np:preview": "np --no-cleanup --preview",
64
- "np:publish": "np --no-cleanup",
64
+ "np:publish": "yarn build && np --no-cleanup",
65
65
  "co:login": "aws codeartifact login --tool npm --repository timum --domain timum --domain-owner 075866820991 --namespace @timum-private",
66
66
  "test": "echo \"No tests yet\"",
67
67
  "eject": "react-scripts eject",