Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: adapt prepublishOnly script #7

Merged
merged 10 commits into from
Nov 20, 2023
3 changes: 1 addition & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"build": "directus-extension build",
"dev": "directus-extension build -w --no-minify",
"link": "directus-extension link",
"test": "jest",
"prepublishOnly": "npm install && npm run format && npm test && npm run build"
"test": "jest"
},
"devDependencies": {
"@directus/extensions-sdk": "10.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsc",
"start": "ts-node-esm src/index.ts",
"test": "jest",
"prepublishOnly": "cp ../../README.md ./README.md && npm install && npm run format && npm test && npm run build"
"prepublishOnly": "cp ../../README.md ./README.md"
},
"keywords": [],
"author": "Edouard Demotes-Mainard <edouard@tractr.net>",
Expand Down
Loading