diff --git a/package.json b/package.json index ebb62c9be..7951b5eb6 100644 --- a/package.json +++ b/package.json @@ -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",