scunl_53727
Getting deployment error:
@Brody sorry to bother you again .. we are not having the same issue but sometimes when we push to a branch it doesn't trigger a build. I noticed that previously too and didn't know if the issues were related. We are currently using this in package.json
"scripts": {
"start": "serve -s build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"preview": "react-scripts start"
},
"devDependencies": {
"@types/lodash": "^4.14.197",
"@types/react-datepicker": "^4.15.0",
"@types/react-lottie": "^1.2.6",
"serve": "^14.2.1",
"tailwindcss": "^3.3.3"
}
is there a limit on the number of builds per hr or something?
32 replies