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 ef6d76c commit f43eed4Copy full SHA for f43eed4
package.json
@@ -9,7 +9,7 @@
9
"start": "node dist/index.js",
10
"dev": "ts-node src/index.ts",
11
"generate": "ts-node src/generate.ts",
12
- "test": "jest --passWithNoTests",
+ "test": "jest",
13
"test:watch": "jest --watch",
14
"clean": "rm -rf dist",
15
"postinstall": "git clone https://github.com/mastodon/documentation mastodon-documentation || true"
0 commit comments