Skip to content

Commit

Permalink
fix(test:downstream): Revert cleaning of .downstream_cache for now
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen authored and mergify[bot] committed Jul 26, 2020
1 parent 6583584 commit c1d9551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "State-based routing for AngularJS 1.x",
"version": "1.0.27",
"scripts": {
"clean": "shx rm -rf lib lib-esm _doc build release *.log .downstream_cache",
"clean": "shx rm -rf lib lib-esm _doc build release *.log",
"compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",
"fixdts": "dts-downlevel 'lib/**/*.d.ts' 'lib-esm/**/*.d.ts'",
"fixmaps:lib": "tweak_sourcemap_paths -a --include 'lib/**/*.js.map' 'lib-esm/**/*.js.map'",
Expand Down

0 comments on commit c1d9551

Please sign in to comment.