Skip to content

Commit

Permalink
Add clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
zquintana committed Mar 11, 2020
1 parent b710719 commit b60d5d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -17,6 +17,7 @@
"test": "./node_modules/jest/bin/jest.js --notify --detectOpenHandles --passWithNoTests",
"test-coverage": "./node_modules/jest/bin/jest.js --detectOpenHandles --passWithNoTests --coverage --coverageReporters=text-lcov > coverage.report",
"coveralls": "./node_modules/.bin/coveralls",
"clean": "rm -rf ./dist",
"build": "npm run build:files && npm run build:copy",
"build:copy": "cp ./package.json ./dist",
"build:files": "babel src --out-dir ./dist --ignore \"**/*.test.js\"",
Expand Down

0 comments on commit b60d5d3

Please sign in to comment.