We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0cac1 commit 96cf0f5Copy full SHA for 96cf0f5
package.json
@@ -25,7 +25,7 @@
25
"dev": "tsx watch ./src/preview.ts",
26
"build": "rm -rf dist && ./bin/observable.ts build",
27
"test": "yarn test:mocha && yarn test:lint",
28
- "test:mocha": "rm -rf test/.observablehq && tsx ./node_modules/.bin/mocha 'test/**/*-test.*'",
+ "test:mocha": "rm -rf test/.observablehq/cache && tsx ./node_modules/.bin/mocha 'test/**/*-test.*'",
29
"test:lint": "eslint src test public"
30
},
31
"dependencies": {
0 commit comments