From e8511e128756a76374eb34459a35fe3ff129d450 Mon Sep 17 00:00:00 2001 From: Helder Pinto Date: Fri, 9 Aug 2019 15:30:29 +0100 Subject: [PATCH] npm run dev not exist in package.json This npm script not exist. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 445440bd2a4..f894f05838e 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,6 @@ npm run bootstrap # install all dependencies and symlinks the internal modules f npm run build # runs rollup npm run test # runs all tests npm run clean # removes all the node_modules folders in all modules -npm run dev # runs rollup with a watcher ```