]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove old testbed command from npm scripts, and change deploy command to be just...
authorGeoff Kimball <geoff@zurb.com>
Wed, 16 Dec 2015 00:48:51 +0000 (16:48 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 16 Dec 2015 00:48:51 +0000 (16:48 -0800)
package.json

index 0194e5d05fd86d3d7d5c4e16aa26cdd2db6872b8..7018b6e38d0dcfc401ac306e13327e23b6c4eab4 100644 (file)
@@ -8,8 +8,7 @@
   "scripts": {
     "start": "gulp",
     "test": "gulp test",
-    "testbed": "cd testing && gulp",
-    "deploy": "gulp deploy:docs"
+    "deploy": "gulp deploy"
   },
   "dependencies": {
     "jquery": "^2.1.0",