Skip to content

Commit

Permalink
Migrated to YARN
Browse files Browse the repository at this point in the history
deprecating NPM
  • Loading branch information
smarcet committed Nov 1, 2023
1 parent 38f2edb commit a59bce6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 21,608 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ static/admin/*.bundle.*
yarn-error.log
src/content/sponsored-projects.json
.env
.env.*
.idea/
7 changes: 1 addition & 6 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
[build]
publish = "public"
command = "npm run build"
command = "yarn build"
[build.environment]
YARN_VERSION = "1.13.0"
YARN_FLAGS = "--no-ignore-optional"
# Deploy Preview context: all deploys resulting from a pull/merge request will
# inherit these settings.
[context.deploy-preview.environment]
GATSBY_API_BASE_URL = "https://openstackid-resources.openstack.org"
GATSBY_SPONSORED_PROJECT_ID = "3"
GATSBY_HOME_SUBPROJECT_ID = "13"
GATSBY_MEMBERS_SUBPROJECT_ID = "13"
[[redirects]]
from = "/baidu"
to = "/collateral/ApplicationOfKataContainersInBaiduAICloud.pdf"
Expand Down
Loading

0 comments on commit a59bce6

Please sign in to comment.