diff --git a/package.json b/package.json index 70f66e2..18ceaac 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.", "scripts": { "build": "eleventy --config=config/eleventy.config.js --pathprefix='Front-end-Developer-Interview-Questions/'", - "deploy": "sh ./config/deploy.sh", "contributors:add": "all-contributors add", "contributors:generate": "all-contributors generate && cp .all-contributorsrc ./src/_data/contributors.json", "start": "eleventy --config=config/eleventy.config.js --serve --port 9090 --quiet"