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", "name": "react-rest-request",
"version": "0.3.1", "version": "0.3.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

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