From: Daniel Ruf Date: Sun, 6 Oct 2019 10:30:12 +0000 (+0200) Subject: chore: add npm script to link the docs X-Git-Tag: v6.6.2^2~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b5d928bdbfa6fbc89f454623e65d459736d98c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: add npm script to link the docs --- diff --git a/bower.json b/bower.json index 9bb02bbd5..24455259f 100644 --- a/bower.json +++ b/bower.json @@ -51,7 +51,6 @@ "code-of-conduct.md", "composer.json", "CONTRIBUTING.md", - "docslink.sh", "gulpfile.js", "meteor-README.md", "package.js", diff --git a/docslink.sh b/docslink.sh deleted file mode 100755 index 5b69e158d..000000000 --- a/docslink.sh +++ /dev/null @@ -1,3 +0,0 @@ -# Clones the foundation-docs repo and links it to NPM locally -git clone https://github.com/zurb/foundation-docs -npm link ./foundation-docs diff --git a/package.json b/package.json index 78dda7f7b..d1e1d3e49 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "deploy": "gulp deploy --color", "deploy:prep": "gulp deploy:prep --color", "deploy:docs": "gulp deploy:docs --color", - "deploy:beta": "gulp deploy:beta --color" + "deploy:beta": "gulp deploy:beta --color", + "docs:link": "git clone https://github.com/zurb/foundation-docs && npm link ./foundation-docs" }, "peerDependencies": { "jquery": ">=2.2.0",