generated from nhcarrigan/template
feat: add facebook posting
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@
|
||||
"dev": "NODE_ENV=dev op run --env-file=./dev.env -- tsx watch ./src/index.ts",
|
||||
"build": "tsx ./getDocs.ts && tsc",
|
||||
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
|
||||
"test": "echo 'No tests yet' && exit 0"
|
||||
"test": "echo 'No tests yet' && exit 0",
|
||||
"facebookAuth": "op run --env-file=./prod.env -- node facebookAuth.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user