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 86015fd commit bbf42f2Copy full SHA for bbf42f2
docs/package.json
@@ -6,12 +6,11 @@
6
"clean": "gatsby clean",
7
"develop": "gatsby develop -H 0.0.0.0",
8
"build": "gatsby build --prefix-paths",
9
- "now-build": "npm run build"
+ "now-build": "pushd ..; npm run dist; popd; npm run build"
10
},
11
"dependencies": {
12
"@loadable/component": "^5.10.2",
13
"@primer/components": "^13.2.0",
14
- "@primer/css": "0.0.0-beb5a8b",
15
"@primer/gatsby-theme-doctocat": "^0.15.0",
16
"@primer/octicons": "^9.1.1",
17
"@primer/octicons-react": "^9.1.1",
0 commit comments