Skip to content

Commit f3eb9c1

Browse files
committed
move to root package
1 parent 205dd99 commit f3eb9c1

File tree

9 files changed

+1785
-1337
lines changed

9 files changed

+1785
-1337
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"lint": "eslint . --ext .js,.jsx",
3232
"lint:fix": "eslint . --ext .js,.jsx --fix",
3333
"format": "prettier --write .",
34-
"check": "npm run lint && npm run format"
34+
"check": "npm run lint && npm run format",
35+
"tools:dev": "node src/tools/app-server.js --hot-reload",
36+
"tools:cli": "node src/tools/cli.js"
3537
},
3638
"dependencies": {
3739
"@aws-sdk/client-s3": "^3.859.0",

0 commit comments

Comments
 (0)