mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
chore: add publish lifecycle hook (#60)
This commit is contained in:
parent
f66d917729
commit
cf88c50941
@ -13,6 +13,7 @@
|
|||||||
"nu": "./node_modules/.bin/nu",
|
"nu": "./node_modules/.bin/nu",
|
||||||
"play": "yarn run nu dev playground",
|
"play": "yarn run nu dev playground",
|
||||||
"lint": "yarn gentypes && eslint --ext .vue,.ts,.js .",
|
"lint": "yarn gentypes && eslint --ext .vue,.ts,.js .",
|
||||||
|
"publish": "yarn",
|
||||||
"test": "yarn lint",
|
"test": "yarn lint",
|
||||||
"postinstall": "yarn stub"
|
"postinstall": "yarn stub"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user