chore: remove target folder before build

This commit is contained in:
Dmitriy Pleshevskiy 2020-11-06 05:04:37 +03:00
parent e3a0989944
commit e812d4e077
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "react-rest-request",
"version": "0.3.1",
"version": "0.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -10,7 +10,7 @@
],
"scripts": {
"test": "jest",
"prepublishOnly": "tsc",
"prepublishOnly": "rm -rf target && tsc",
"report-coverage": "cat coverage/lcov.info | coveralls"
},
"repository": {