Skip to content

Commit d31e6c5

Browse files
committed
chore: switch from yarn to npm
We normally use yarn, but as this project is becoming more popular, it seems like an unwarranted extra step for people to get the right version of yarn.
1 parent b010b39 commit d31e6c5

File tree

6 files changed

+12610
-8845
lines changed

6 files changed

+12610
-8845
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
node-version: lts/*
1818
- name: Install dependencies
19-
run: yarn
19+
run: npm install
2020
- name: Build
21-
run: yarn build
21+
run: npm run build
2222
- name: Release
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ sample_img/
44
i18n/
55
node_modules/
66
version.json
7-
docs/
8-
yarn-error.log
7+
docs/

docu-notion.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This file is only used when testing docu-notion itself, not when it is used as a library.
2-
E.g., if you run `yarn pull-test-tagged`, docu-notion will read this file and use it to configure itself,
2+
E.g., if you run `npm run pull-test-tagged`, docu-notion will read this file and use it to configure itself,
33
using these example plugins.
44
*/
55

0 commit comments

Comments
 (0)