Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Sep 28, 2023
1 parent 1f22c91 commit 9e47445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start:server": "nodemon api/index.js -w api",
"bundle": "yarn clean && npm run bundle:client && npm run bundle:server",
"bundle:client": "REACT_APP_API_PREFIX=\"\" REACT_APP_APP_NAME=\"Auth Demo\" yarn build:client",
"bundle:server": "bn bundle --create-release",
"bundle:server": "blocklet bundle --create-release",
"build:client": "react-scripts build && rm -f build/**/**/*.{js,css}.map",
"test": "node tools/jest.js",
"release": "npm run clean && npm run bundle",
Expand Down

0 comments on commit 9e47445

Please sign in to comment.