Skip to content

Commit

Permalink
build: fix directory deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Mar 2, 2020
1 parent 6fc264b commit ad9b692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"watch-test": "BABEL_ENV=test jest --watch",
"prebuild": "rimraf lib",
"typings": "tsc --p ./tsconfig.build.json",
"build": "rimraf build && yarn typings --declarationDir ./lib && rollup-all",
"build": "rimraf lib && yarn typings --declarationDir ./lib && rollup-all",
"lint": "eslint ./src --fix",
"report-coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit ad9b692

Please sign in to comment.