Skip to content

Commit

Permalink
prepare for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
WickyNilliams committed Mar 21, 2024
1 parent 23079db commit e92b473
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/WickyNilliams/cally"
},
"scripts": {
"start": "vite",
"build": "vite build && npm run astro:build",
"test": "wtr",
"astro:dev": "astro dev --root ./docs",
"preastro:build": "rm -rf ./docs/dist",
"astro:build": "astro check --root ./docs && astro build --root ./docs",
"astro:preview": "astro preview --root ./docs"
"astro:preview": "astro preview --root ./docs",
"preversion": "npm test",
"version": "npm run build",
"postversion": "git push origin main --tags && npm publish"
},
"devDependencies": {
"@astrojs/check": "^0.5.9",
Expand Down

0 comments on commit e92b473

Please sign in to comment.