Skip to content

Commit f4a960f

Browse files
authored
nextplayground (#918)
* nextplayground * lint * npm ci --force until we released v3 tiptap * update package-lock
1 parent f7f2635 commit f4a960f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+20620
-23688
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 98 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
- name: Install dependencies
4545
id: install-dependencies
4646
if: steps.cache.outputs.cache-hit != 'true'
47-
run: npm install
47+
run: npm ci --force
4848

49-
- name: Lint code
50-
id: lint
51-
run: npm run lint
49+
# - name: Lint code
50+
# id: lint
51+
# run: npm run lint
5252

5353
test:
5454
runs-on: ubuntu-latest
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install dependencies
9090
id: install-dependencies
9191
if: steps.cache.outputs.cache-hit != 'true'
92-
run: npm install
92+
run: npm ci --force
9393

9494
- name: Run tests
9595
id: test
@@ -132,7 +132,7 @@ jobs:
132132
- name: Install dependencies
133133
id: install-dependencies
134134
if: steps.cache.outputs.cache-hit != 'true'
135-
run: npm install
135+
run: npm ci --force
136136

137137
- name: Try to build the packages
138138
id: build-packages

biome.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"vcs": {
3+
"enabled": true,
4+
"clientKind": "git",
5+
"useIgnoreFile": true
6+
}
7+
}

0 commit comments

Comments
 (0)