chore: add publish lifecycle hook (#60)

This commit is contained in:
Pooya Parsa 2021-04-06 15:08:30 +02:00
parent f66d917729
commit cf88c50941
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"nu": "./node_modules/.bin/nu",
"play": "yarn run nu dev playground",
"lint": "yarn gentypes && eslint --ext .vue,.ts,.js .",
"publish": "yarn",
"test": "yarn lint",
"postinstall": "yarn stub"
},