Skip to content

Commit

Permalink
remove build backend script
Browse files Browse the repository at this point in the history
  • Loading branch information
hungoptimizely committed Nov 8, 2023
1 parent 6c57772 commit 439039d
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 @@ -22,7 +22,7 @@
"build-backend":"npm run build -w managementsite",
"build-forms-sdk":"npm run build -w @optimizely/forms-sdk",
"build-forms-react":"npm run build -w @optimizely/forms-react",
"build": "npm run build-forms-sdk && npm run build-forms-react && npm run build-backend",
"build": "npm run build-forms-sdk && npm run build-forms-react",

"test-forms-sdk":"npm run test -w @optimizely/forms-sdk",
"test": "npm run test-forms-sdk",
Expand Down

0 comments on commit 439039d

Please sign in to comment.