|
|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "@vendure/docs",
|
|
|
- "version": "0.0.0-202601211543",
|
|
|
+ "version": "0.0.0-202601211609",
|
|
|
"type": "module",
|
|
|
"main": "dist/index.js",
|
|
|
"types": "dist/index.d.ts",
|
|
|
@@ -18,16 +18,19 @@
|
|
|
],
|
|
|
"scripts": {
|
|
|
"build": "rimraf dist && tsc -p ./tsconfig.build.json",
|
|
|
- "prepublishOnly": "npm run build",
|
|
|
+ "prepublishOnly": "npm run test:mdx && npm run build",
|
|
|
"publish:local": "npm version 0.0.0-$(date +%Y%m%d%H%M) --no-git-tag-version && npm publish",
|
|
|
"publish:local:next": "npm version 0.0.0-$(date +%Y%m%d%H%M) --no-git-tag-version && npm publish --tag next",
|
|
|
+ "test:mdx": "tsx scripts/test-mdx.ts",
|
|
|
+ "test:mdx:verbose": "tsx scripts/test-mdx.ts --verbose",
|
|
|
"typecheck": "tsc"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@vendure-io/docs-provider": "^0.5.0"
|
|
|
+ "@vendure-io/docs-provider": "^0.7.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"rimraf": "^5.0.5",
|
|
|
+ "tsx": "^4.7.0",
|
|
|
"typescript": "5.8.2"
|
|
|
}
|
|
|
}
|