Skip to content

Commit

Permalink
fix: correct path to compiled files (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
massi-ang authored Aug 5, 2024
1 parent 6029fc6 commit 074e57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test": "jest",
"pytest": "pytest test/",
"gen": "npx @aws-amplify/cli codegen",
"create": "node ./cli/magic.js config",
"config": "node ./cli/magic.js config",
"create": "node ./dist/cli/magic.js config",
"config": "node ./dist/cli/magic.js config",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "npx prettier --ignore-path .gitignore --write \"**/*.+(js|ts|jsx|tsx|json|css)\"",
"deploy": "npm run format && npx cdk deploy",
Expand Down

0 comments on commit 074e57f

Please sign in to comment.