From 417dfa4faa7d3fad743fc94b879d662f12c81173 Mon Sep 17 00:00:00 2001 From: Zyie <24736175+Zyie@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:03:15 +0000 Subject: [PATCH] fix build --- docs/guides/components/sprites.md | 2 +- package.json | 2 +- pixi-versions.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/guides/components/sprites.md b/docs/guides/components/sprites.md index 2621a73c4..1bcf1f1a5 100644 --- a/docs/guides/components/sprites.md +++ b/docs/guides/components/sprites.md @@ -10,7 +10,7 @@ Check out the [sprite example code](../../examples/sprite/basic). ## Using Sprites -In our [Container guide](container), we learned about the Container class and the various properties it defines. Since Sprite objects are also containers, you can move a sprite, rotate it, and update any other display property. +In our [Container guide](./containers), we learned about the Container class and the various properties it defines. Since Sprite objects are also containers, you can move a sprite, rotate it, and update any other display property. ## Alpha, Tint and Blend Modes diff --git a/package.json b/package.json index 6f7a63f72..f47ee3fd6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "prebuild": "npm run update-pixi-version-configs && npm run generate-content", "build": "docusaurus build", "clear": "docusaurus clear", - "predeploy": "npm run update-pixi-version-configs && npm run generate-content", + "predeploy": "npm run generate-content", "deploy": "docusaurus deploy", "docusaurus": "docusaurus", "lint": "eslint . --ext .js,.mjs,.jsx,.ts,.tsx --max-warnings=0", diff --git a/pixi-versions.json b/pixi-versions.json index acd61401f..e32ec354b 100644 --- a/pixi-versions.json +++ b/pixi-versions.json @@ -17,8 +17,8 @@ "build": "https://pixijs.download/v8.0.0/pixi.min.js", "docs": "https://pixijs.download/v8.0.0/docs/index.html", "npm": "8.0.0", - "prerelease": true, - "latest": false, + "prerelease": false, + "latest": true, "isCurrent": true } -] +] \ No newline at end of file