From d43e5249057eb3a470d1007db55386d0199aec68 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Wed, 15 Dec 2021 13:38:48 -0800 Subject: [PATCH] chore: cleanup --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 98630eb59..bacda24cc 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "publish": "gulp publish", "publish:beta": "gulp publishBeta", "recompile": "gulp recompile", - "rebuild": "gulp rebuild", "release": "gulp gitCreateRC", "start": "http-server ./ -o /tests/playground.html -c-1", "test": "tests/run_all_tests.sh",