@aristid/leav-types 1.14.0-099d7b51 → 1.14.0-19feb358

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aristid/leav-types",
3
- "version": "1.14.0-099d7b51",
3
+ "version": "1.14.0-19feb358",
4
4
  "description": "Shared Leav types",
5
5
  "scripts": {
6
6
  "tscheck": "",
@@ -8,6 +8,8 @@
8
8
  "test:commit": "",
9
9
  "publish-types": "yarn npm publish --access public",
10
10
  "generate": "yarn workspace core build-types && mv ../../apps/core/dist-types/* . && rmdir ../../apps/core/dist-types",
11
+ "build": "yarn generate",
12
+ "clean": "rm -rf apps libs",
11
13
  "get-version": "jq -r '.version' package.json",
12
14
  "set-version": "jq --arg v $1 '.version = $v' package.json > package.tmp.json && mv package.tmp.json package.json"
13
15
  },