Skip to content

Commit

Permalink
Fix “Missing script: ‘login’” on npm start.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Mar 14, 2024
1 parent 4d1cd15 commit c606ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"wp-env-setup-buckaroo-secret-key": "wp-env run cli wp config set BUCKAROO_SECRET_KEY $BUCKAROO_SECRET_KEY",
"wp-env-setup-plugins": "wp-env run cli wp plugin activate pronamic-ideal pronamic-pay-ninja-forms",
"wp-env-login": "wp-env run cli wp user one-time-login admin",
"wp-env-after-start": "npm-run-all wp-env-setup"
"wp-env-after-start": "npm-run-all wp-env-setup",
"login": "wp-env run cli wp user one-time-login admin"
}
}

0 comments on commit c606ac5

Please # to comment.