Switch back to npm

This commit is contained in:
Lyssa
2026-01-09 16:57:55 +04:00
parent ccb9614710
commit 559682db1e
5 changed files with 18241 additions and 9749 deletions

View File

@@ -16,12 +16,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache: npm
- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm ci
- name: Build website
run: yarn build
run: npm run build
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3

7
.gitignore vendored
View File

@@ -15,9 +15,4 @@
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# npm
package-lock.json
npm-debug.log*

View File

@@ -1,3 +0,0 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};

18237
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

9737
yarn.lock

File diff suppressed because it is too large Load Diff