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 6b5fa25 commit a4fa7f8Copy full SHA for a4fa7f8
docs/package.json
@@ -1,11 +1,11 @@
1
{
2
- "name": "docs",
3
"private": true,
4
- "version": "1.0.0",
5
- "license": "MIT",
+ "name": "docs",
+ "repository": "primer/css",
6
"scripts": {
7
"clean": "gatsby clean",
8
"develop": "gatsby develop -H 0.0.0.0",
+ "prebuild": "cd .. && npm run dist",
9
"build": "gatsby build --prefix-paths",
10
"now-build": "npm run build"
11
},
@@ -35,6 +35,5 @@
35
"react-frame-component": "^4.1.1",
36
"styled-components": "^4.3.2",
37
"title-case": "^2.1.1"
38
- },
39
- "repository": "primer/css"
+ }
40
}
0 commit comments