Skip to content

Commit

Permalink
remove deploy action from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dalareo committed Sep 27, 2023
1 parent 9420b18 commit e325b29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.ts,.astro",
"deploy": "astro build && gh-pages -d dist"
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"dependencies": {
"@astrojs/rss": "^3.0.0",
Expand Down

0 comments on commit e325b29

Please sign in to comment.