Skip to content

Commit

Permalink
Cleaned up unused use of shipit
Browse files Browse the repository at this point in the history
no issue

- we no longer use shipit for GScan as we have a different means of deploying
- this commit removes the `shipitfile.js`, the `@tryghost/deploy
  dependency and the command alias
  • Loading branch information
daniellockyer committed May 26, 2021
1 parent 59bbd7c commit 915f023
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 982 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"posttest": "yarn lint",
"coverage": "NODE_ENV=testing istanbul cover --dir test/coverage _mocha -- $(find test -name '*.test.js')",
"preship": "yarn test",
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push ${GHOST_UPSTREAM:-upstream} main --follow-tags; fi",
"deploy": "shipit"
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push ${GHOST_UPSTREAM:-upstream} main --follow-tags; fi"
},
"bin": {
"gscan": "./bin/cli.js"
Expand All @@ -61,7 +60,6 @@
"validator": "13.0.0"
},
"devDependencies": {
"@tryghost/deploy": "0.3.1",
"eslint": "7.25.0",
"eslint-plugin-ghost": "2.1.0",
"istanbul": "0.4.5",
Expand Down
46 changes: 0 additions & 46 deletions shipitfile.js

This file was deleted.

Loading

0 comments on commit 915f023

Please sign in to comment.