Skip to content

Commit

Permalink
chore: remove npm run start:env
Browse files Browse the repository at this point in the history
  • Loading branch information
amihajlovski committed Jan 31, 2025
1 parent 175588f commit d5acdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adyen-retail-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"upload-env": "upload-env",
"get-env": "get-env",
"prepare:dev": "rm -f ./node_modules/.bin/include-env && rm -rf ./node_modules/@adyen/adyen-salesforce-pwa && cd ../adyen-salesforce-pwa && rm -rf dist && npm run build-prod",
"start:env": "npm run prepare:dev && npm link @adyen/adyen-salesforce-pwa && include-env -p=npm run start",
"start:env": "include-env -p=npm run start",
"push:env": "include-env -p=npm run push"
},
"bundlesize": [
Expand Down

0 comments on commit d5acdd2

Please sign in to comment.