Skip to content

Commit 9a53de0

Browse files
committed
Merge branch 'main' into release
2 parents 4d7896c + cbfc05f commit 9a53de0

19 files changed

+13054
-10044
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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,4 @@ sample_img/
44
i18n/
55
node_modules/
66
version.json
7-
docs/
8-
yarn-error.log
9-
.yarn/*
10-
!.yarn/patches
11-
!.yarn/plugins
12-
!.yarn/releases
13-
!.yarn/sdks
14-
!.yarn/versions
7+
docs/

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"callouts",
88
"DOCU_NOTION",
99
"docu-notion",
10+
"docunotion",
1011
"Greenshot",
1112
"imgur",
1213
"kanban",
@@ -17,4 +18,4 @@
1718
"statusBar.noFolderBackground": "#d649ca",
1819
"statussBar.prominentBackground": "#d649ca"
1920
}
20-
}
21+
}

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)