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 6531a9b commit 0faada0Copy full SHA for 0faada0
.circleci/config.yml
@@ -103,7 +103,7 @@ jobs:
103
path: "React InstantSearch/algolia-insights"
104
105
build_vanilla_projects:
106
- executor: node9
+ executor: node14
107
steps:
108
- checkout
109
- build_project:
@@ -136,6 +136,8 @@ jobs:
136
path: "InstantSearch.js/routing-seo-friendly"
137
138
path: "InstantSearch.js/secured-api-keys"
139
+ - build_project:
140
+ path: "InstantSearch.js/e-commerce"
141
142
build_vue_projects:
143
executor: node9
InstantSearch.js/e-commerce/.htmlnanorc
@@ -0,0 +1,4 @@
1
+{
2
+ "minifySvg": false
3
+}
4
+
0 commit comments