Skip to content

Commit

Permalink
test: re-enables docusaurus tests (askorama#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva authored May 18, 2023
1 parent 2a0b3e5 commit 43d37d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prebuild": "npm run lint",
"build": "swc --delete-dir-on-start --extensions .ts,.tsx,.cts -d dist src",
"postbuild": "sh scripts/postbuild.sh",
"-test": "node --loader=tsx --no-warnings=loader --test ./test/integration.ts | tap-mocha-reporter spec",
"test": "node --loader=tsx --no-warnings=loader --test ./test/integration.ts | tap-mocha-reporter spec",
"format": "prettier -w src",
"lint": "eslint src --ext .js,.ts,.tsx,.cts",
"changelog": "auto-changelog -p"
Expand Down
2 changes: 1 addition & 1 deletion packages/stemmers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@
"engines": {
"node": ">= 16.0.0"
}
}
}

0 comments on commit 43d37d3

Please sign in to comment.