chore: stub after release

This commit is contained in:
Pooya Parsa 2021-04-06 14:27:01 +02:00
parent 3d1f0ae64c
commit 7535b9b7b7

View File

@ -9,7 +9,7 @@
"build": "jiti ./scripts/build-all",
"stub": "yarn build --stub",
"gentypes": "yarn workspace @nuxt/kit jiti ./scripts/gentypes",
"release": "yarn build && lerna publish -m \"chore: release\"",
"release": "yarn build && lerna publish -m \"chore: release\" && yarn stub",
"nu": "./node_modules/.bin/nu",
"play": "yarn run nu dev playground",
"lint": "yarn gentypes && eslint --ext .vue,.ts,.js .",