Skip to content

Commit

Permalink
Compile and run
Browse files Browse the repository at this point in the history
Signed-off-by: Daishan Peng <[email protected]>
  • Loading branch information
StrongMonkey committed Sep 16, 2024
1 parent fc908c7 commit 37f4de7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index.ts",
"dev": "ts-node src/index.ts",
"start": "tsc && node dist/index.js",
"typecheck": "tsc --noEmit",
"build": "tsc",
"format": "prettier --write src/**/*.ts"
},
"keywords": [],
"author": "",
"dependencies": {
"@notionhq/client": "^2.2.2",
"dotenv": "^16.0.1",
"ts-node": "^10.8.2"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
Expand Down

0 comments on commit 37f4de7

Please sign in to comment.