diff options
Diffstat (limited to 'packages/json-schemas/package.json')
-rw-r--r-- | packages/json-schemas/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/json-schemas/package.json b/packages/json-schemas/package.json index 8f02bcd4a..cb73c251c 100644 --- a/packages/json-schemas/package.json +++ b/packages/json-schemas/package.json @@ -12,7 +12,7 @@ "coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info", "test:circleci": "yarn test:coverage", "run_mocha": "mocha lib/test/**/*_test.js", - "clean": "shx rm -rf _bundles lib test_temp scripts", + "clean": "shx rm -rf lib test_temp scripts", "build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts" }, "repository": { |