Skip to content

Commit

Permalink
fix: #568 fix react scaffolder bug (#695)
Browse files Browse the repository at this point in the history
fix: #568 fix react scaffolder bug
  • Loading branch information
Pham Hai Duong authored Mar 23, 2020
1 parent 0fb24fb commit 52b0955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cognito-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"types": "dist/cognito-auth/src/index.d.ts",
"scripts": {
"build:prod": "cross-env NODE_ENV=production tsdx build --format=cjs,esm,umd",
"release:prod": "node ../../scripts/release/release-npm.js @reapit/cognito-auth",
"release:prod": "node ../../scripts/release/release-npm.js cognito-auth",
"test:ci": "cross-env TZ=UTC jest --ci --colors --coverage --silent --forceExit",
"test:dev": "cross-env TZ=UTC jest --watch --verbose",
"test:update-badges": "yarn test:ci && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-app-scaffolder/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"@sentry/browser": "^5.11.1",
"react-ga": "^2.7.0",
"react-ga": "^2.7.0"

<% if (redux) { %>
,"react-redux": "^7.1.3",
Expand Down

0 comments on commit 52b0955

Please sign in to comment.