We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc40422 commit 6f72442Copy full SHA for 6f72442
package.json
@@ -9,10 +9,10 @@
9
],
10
"scripts": {
11
"build": "tsc",
12
- "clean": "rm -rf ./lib/",
+ "clean": "rm -rf ./dist/",
13
"semantic-release": "semantic-release",
14
"typecheck": "tsc --noEmit",
15
- "notion-download": "node lib/index.js",
+ "notion-download": "node dist/index.js",
16
"test": "ts-node --compiler-options \"{\\\"module\\\": \\\"commonjs\\\"}\" src/index.ts",
17
"// test out with my sample notion db": "",
18
"sample": "cross-var ts-node --compiler-options \"{\\\"module\\\": \\\"commonjs\\\"}\" src/index.ts -n %NOTION_PULL_INTEGRATION_TOKEN% -r %NOTION_PULL_ROOT_PAGE% -m ./temp -i ./temp_img/inner -p /inner/",
0 commit comments