We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf42f2 commit 21684caCopy full SHA for 21684ca
docs/now-build.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+pushd ..
3
+npm install
4
+npm run dist
5
+popd
6
+npm run build
docs/package.json
@@ -6,7 +6,7 @@
"clean": "gatsby clean",
7
"develop": "gatsby develop -H 0.0.0.0",
8
"build": "gatsby build --prefix-paths",
9
- "now-build": "pushd ..; npm run dist; popd; npm run build"
+ "now-build": "./now-build.sh"
10
},
11
"dependencies": {
12
"@loadable/component": "^5.10.2",
0 commit comments