Skip to content

Commit a4fa7f8

Browse files
committed
run dist up a directory in now-build?
1 parent 6b5fa25 commit a4fa7f8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "docs",
32
"private": true,
4-
"version": "1.0.0",
5-
"license": "MIT",
3+
"name": "docs",
4+
"repository": "primer/css",
65
"scripts": {
76
"clean": "gatsby clean",
87
"develop": "gatsby develop -H 0.0.0.0",
8+
"prebuild": "cd .. && npm run dist",
99
"build": "gatsby build --prefix-paths",
1010
"now-build": "npm run build"
1111
},
@@ -35,6 +35,5 @@
3535
"react-frame-component": "^4.1.1",
3636
"styled-components": "^4.3.2",
3737
"title-case": "^2.1.1"
38-
},
39-
"repository": "primer/css"
38+
}
4039
}

0 commit comments

Comments
 (0)