(no commit message)
authormePy2 <mePy2@web>
Sun, 27 Sep 2020 15:19:58 +0000 (16:19 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 27 Sep 2020 15:19:58 +0000 (16:19 +0100)
HDL_workflow/blahblah.mdwn

index 138fb5107755a9e071f424598e8bd120fa84a237..8ca495bfd4a3fc50f9394c4dd6b86439cb895d7f 100644 (file)
@@ -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