chore(log): always build on install

Necessary because used by other modules during their tests.
This commit is contained in:
Julien Fontanet
2019-10-25 13:29:06 +02:00
parent 21faaeb33d
commit 6a0bbfa447

View File

@@ -48,7 +48,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",
"prepare": "yarn run build",
"postversion": "npm publish"
}
}