Skip to content

Commit 3e4037b

Browse files
committed
-
1 parent 3478993 commit 3e4037b

File tree

7 files changed

+950
-11358
lines changed

7 files changed

+950
-11358
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
echo "runner=yarn" >> $GITHUB_OUTPUT
4242
exit 0
4343
elif [ -f "${{ github.workspace }}/package.json" ]; then
44-
echo "manager=pnpm" >> $GITHUB_OUTPUT
45-
echo "command=install" >> $GITHUB_OUTPUT
44+
echo "manager=npm" >> $GITHUB_OUTPUT
45+
echo "command=ci" >> $GITHUB_OUTPUT
4646
echo "runner=npx --no-install" >> $GITHUB_OUTPUT
4747
exit 0
4848
else

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,15 @@ yarn-error.log*
3434
next-env.d.ts
3535

3636
.idea
37+
38+
# Yarn cache and log files
39+
.yarn/*
40+
!.yarn/cache
41+
!.yarn/releases
42+
!.yarn/plugins
43+
!.yarn/sdks
44+
!.yarn/versions
45+
46+
# Yarn configuration
47+
.yarnrc.yml
48+
.pnp.*

.ncurc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"reject": ["tsparticles", "react-tsparticles", "framer-motion"]
2+
"reject": ["tsparticles", "react-tsparticles"]
33
}

.yarn/releases/yarn-stable-temp.cjs

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)