updated package.json updating prepare

This commit is contained in:
Martin Donnelly 2020-11-17 12:08:46 +00:00
parent 83003b6987
commit 11bdc396ff

View File

@ -7,7 +7,7 @@
"scripts": {
"release": "vik patch -t",
"clean": "rm -rf dist",
"prepublish": "yarn run clean && yarn run compile",
"prepare": "yarn run clean && yarn run compile",
"test": "jest --coverage && yarn run compile",
"compile:es": "tsc --declaration true --declarationMap true --module esnext --outDir './dist/es'",
"compile:commonjs": "tsc --declaration true --declarationMap true --module commonjs --outDir './dist/commonjs'",