diff --git a/core/package.json b/core/package.json index 24c58db610d..5668c4e0339 100644 --- a/core/package.json +++ b/core/package.json @@ -86,13 +86,11 @@ "lint.sass.fix": "npm run lint.sass -- --fix", "lint.ts": "npm run eslint", "lint.ts.fix": "npm run eslint -- --fix", - "prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next", "prerender.e2e": "node scripts/testing/prerender.js", "prettier": "prettier \"./src/**/*.{html,ts,tsx,js,jsx}\"", "start": "npm run build.css && stencil build --dev --watch --serve", "test": "npm run test.spec && npm run test.e2e", "test.spec": "stencil test --spec --max-workers=2", - "test.spec.debug": "npx --node-arg=\"--inspect-brk\" stencil test --spec", "test.e2e": "npx playwright test", "test.e2e.update-snapshots": "npm run test.e2e -- --update-snapshots", "test.watch": "jest --watch --no-cache",