chore(xo-server plugins): are not published as well

This commit is contained in:
Julien Fontanet
2019-05-06 11:45:00 +02:00
parent 0ee48b6623
commit cc7806e35b
13 changed files with 39 additions and 39 deletions

View File

@@ -49,7 +49,7 @@
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
"prebuild": "yarn run clean",
"predev": "yarn run prebuild",
"prepublishOnly": "yarn run build",
"postversion": "npm publish"
}
"prepublishOnly": "yarn run build"
},
"private": true
}