Skip to content

Commit 6f72442

Browse files
committed
two missed lib/ --> dist/
1 parent bc40422 commit 6f72442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
],
1010
"scripts": {
1111
"build": "tsc",
12-
"clean": "rm -rf ./lib/",
12+
"clean": "rm -rf ./dist/",
1313
"semantic-release": "semantic-release",
1414
"typecheck": "tsc --noEmit",
15-
"notion-download": "node lib/index.js",
15+
"notion-download": "node dist/index.js",
1616
"test": "ts-node --compiler-options \"{\\\"module\\\": \\\"commonjs\\\"}\" src/index.ts",
1717
"// test out with my sample notion db": "",
1818
"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

Comments
 (0)