Skip to content

Commit c1d9551

Browse files
christopherthielenmergify[bot]
authored andcommitted
fix(test:downstream): Revert cleaning of .downstream_cache for now
1 parent 6583584 commit c1d9551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "State-based routing for AngularJS 1.x",
44
"version": "1.0.27",
55
"scripts": {
6-
"clean": "shx rm -rf lib lib-esm _doc build release *.log .downstream_cache",
6+
"clean": "shx rm -rf lib lib-esm _doc build release *.log",
77
"compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",
88
"fixdts": "dts-downlevel 'lib/**/*.d.ts' 'lib-esm/**/*.d.ts'",
99
"fixmaps:lib": "tweak_sourcemap_paths -a --include 'lib/**/*.js.map' 'lib-esm/**/*.js.map'",

0 commit comments

Comments
 (0)