Skip to content

Commit

Permalink
chore: remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Jul 31, 2023
1 parent 4a6e143 commit 8fc6e68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint:checker": "npx eslint . --ext .js,.ts",
"eslint:fix": "npx eslint . --fix",
"prettier:checker": "npx prettier --check .",
"prettier:fix": "npx prettier --write .github/workflows/*.yml resources/local-module .",
"prettier:fix": "npx prettier --write .github/workflows/*.yml .",
"docker:reset": "docker rm --force test-svps >/dev/null 2>&1 || true",
"docker:run": "docker run -d --name test-svps --privileged -p ${PORT:-22}:${PORT:-22} -e PORT=${PORT:-22} --restart always wellwelwel/vps:latest",
"tests:docker": "npm run docker:reset; npm run docker:run",
Expand Down
28 changes: 0 additions & 28 deletions resources/local-module/.svpsrc.js

This file was deleted.

0 comments on commit 8fc6e68

Please sign in to comment.