Skip to content

Commit d4384e9

Browse files
ci: switch back to npm (#2)
* ci: switch back to npm * ci: add fixed package-lock.json file Co-authored-by: Pankaj Agrawal <[email protected]>
1 parent 606d285 commit d4384e9

File tree

13 files changed

+20544
-16733
lines changed

13 files changed

+20544
-16733
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ Desktop.ini
9696

9797
docs/node_modules
9898
docs/.cache
99+
docs/public

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

22
dev-docs:
3-
cd docs && yarn install
3+
cd docs && npm install
44

55
build-docs:
66
@$(MAKE) build-docs-website
77

88
build-docs-website: dev-docs
99
mkdir -p dist
10-
cd docs && yarn build
10+
cd docs && npm run build
1111
cp -R docs/public/* dist/
1212

1313
docs-local:
14-
cd docs && yarn start
14+
cd docs && npm start
1515

1616
test:
1717
mvn test

docs/package-lock.json

Lines changed: 20537 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"gatsby-plugin-catch-links": "^2.3.2",
1313
"gatsby-plugin-sitemap": "^2.4.3",
1414
"gatsby-remark-autolink-headers": "^2.3.3",
15-
"gatsby-theme-apollo-docs": "^4.2.3",
15+
"gatsby-theme-apollo-docs": "^4.3.5",
16+
"semver": "^4.3.2",
17+
"bl": ">=0.9.5",
1618
"react": "^16.13.1",
1719
"react-dom": "^16.13.1"
1820
},

docs/public/index.html

Lines changed: 0 additions & 101 deletions
This file was deleted.

docs/public/page-data/404.html/page-data.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/public/page-data/404/page-data.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/public/page-data/dev-404-page/page-data.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/public/page-data/dummy/page-data.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)