updated package.json updating prepare
This commit is contained in:
parent
83003b6987
commit
11bdc396ff
@ -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'",
|
||||
|
Loading…
Reference in New Issue
Block a user