mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
hotfix: build on prepublish hook
This commit is contained in:
parent
d0af6a4736
commit
eefa13033f
@ -21,6 +21,7 @@
|
|||||||
"test:lint": "yarn lint",
|
"test:lint": "yarn lint",
|
||||||
"test:unit": "jest test/unit",
|
"test:unit": "jest test/unit",
|
||||||
"postinstall": "lerna link && yarn dev",
|
"postinstall": "lerna link && yarn dev",
|
||||||
|
"prepublish": "yarn build",
|
||||||
"release": "lerna version"
|
"release": "lerna version"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user