From 662b78026693620c590031af30513a0b136ebf73 Mon Sep 17 00:00:00 2001 From: Andrew Shield Date: Sat, 3 Mar 2018 05:58:59 +0000 Subject: [PATCH] chore: remove reference to npm scripts as they no longer exist (#2937) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 966a162f9a..4f0d27d974 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ 1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device. 2. Install the dependencies: `npm install`. 3. Run `npm link` to link the local repo to NPM. -4. Run `npm run build` to build or `npm run watch` to build and watch for code changes. +4. Run `nuxt build` to build or `nuxt` to build and watch for code changes. 5. Then npm link this repo inside any example app with `npm link nuxt`. 6. Then you can run your example app with the local version of Nuxt.js (You may need to re-run the example app as you change server side code in the Nuxt.js repository).