Skip to content

Commit

Permalink
chore: change release script to use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Sep 26, 2023
1 parent bdfb87e commit f7127f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"start:dev": "yarn prepack && yarn dev:build && node playground/.output/server/index.mjs",
"release": "yarn lint && yarn test && yarn prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest watch"
Expand All @@ -58,4 +58,4 @@
"nuxt": "^3.7.4",
"vitest": "^0.34.5"
}
}
}

0 comments on commit f7127f4

Please sign in to comment.