From 2e95991d64577bfabd7c0c346f6ea69ee5036342 Mon Sep 17 00:00:00 2001 From: mePy2 Date: Sun, 27 Sep 2020 16:19:58 +0100 Subject: [PATCH] --- HDL_workflow/blahblah.mdwn | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/HDL_workflow/blahblah.mdwn b/HDL_workflow/blahblah.mdwn index 138fb5107..8ca495bfd 100644 --- a/HDL_workflow/blahblah.mdwn +++ b/HDL_workflow/blahblah.mdwn @@ -1,19 +1,18 @@ If you get this: -``` -#!/bin/bash -cd "CircuitVerse-master folder" -npm install -``` + + #!/bin/bash + cd "CircuitVerse-master folder" + npm install + [...] -``` -npm run build -``` + + npm run build + I get: `npm ERR! missing script: build` Well... run it in the correct folder! ("cv-frontend-master") :) -``` -#!/bin/bash -cd cv-frontend-master -npm install -npm run build -``` + + #!/bin/bash + cd cv-frontend-master + npm install + npm run build -- 2.30.2