From 31d99eb2a76a99abf0336b989c096678153dfa00 Mon Sep 17 00:00:00 2001 From: Luke Edwards Date: Sun, 21 Apr 2019 13:34:50 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20remove=20old=20=E2=80=9Cdeploy?= =?UTF-8?q?=E2=80=9D=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/site/package.json b/site/package.json index d22683478a..a0fbd9f84a 100644 --- a/site/package.json +++ b/site/package.json @@ -11,10 +11,7 @@ "cy:run": "cypress run", "cy:open": "cypress open", "test": "run-p --race dev cy:run", - "testsrc": "mocha -r esm test/**", - "deploy": "npm run stage && now alias", - "prestage": "npm run update && npm run sapper", - "stage": "now" + "testsrc": "mocha -r esm test/**" }, "dependencies": { "codemirror": "^5.44.0",