Skip to content

Commit 96cf0f5

Browse files
committed
only rm cache
1 parent dc0cac1 commit 96cf0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dev": "tsx watch ./src/preview.ts",
2626
"build": "rm -rf dist && ./bin/observable.ts build",
2727
"test": "yarn test:mocha && yarn test:lint",
28-
"test:mocha": "rm -rf test/.observablehq && tsx ./node_modules/.bin/mocha 'test/**/*-test.*'",
28+
"test:mocha": "rm -rf test/.observablehq/cache && tsx ./node_modules/.bin/mocha 'test/**/*-test.*'",
2929
"test:lint": "eslint src test public"
3030
},
3131
"dependencies": {

0 commit comments

Comments
 (0)