chore(async-map): build for tests

This commit is contained in:
Julien Fontanet 2018-10-03 21:27:56 +02:00
parent e57ae0a8ce
commit 4ec4970d49

View File

@ -44,6 +44,7 @@
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
"prebuild": "yarn run clean",
"predev": "yarn run prebuild",
"prepare": "yarn run build",
"prepublishOnly": "yarn run build"
}
}