Skip to content

Commit

Permalink
tested whether issues in demo were related to wp-playground or plugin…
Browse files Browse the repository at this point in the history
…. verdict: wp-playground
  • Loading branch information
fatihbalsoy committed Apr 20, 2024
1 parent 4a22e4f commit a996e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dev": "npm run build:dev && npm run watch",
"dev:docker": "npm run build:dev && docker-compose up -d && npm run watch",
"dev:wasm": "npm run build:dev && concurrently \"wp-now start --path=build/material-board\" \"npm run watch\"",
"dev:wasm:reset": "npm run build:dev && concurrently \"wp-now start --reset --path=build/material-board\" \"npm run watch\"",
"mmg": "bash scripts/multilingual_markdown.sh",
"svn:tag": "zsh scripts/svn_create_tag.sh",
"svn:reset": "cd svn/ && svn revert --recursive . && svn cleanup . --remove-unversioned --remove-ignored && cd ..",
Expand Down

0 comments on commit a996e1f

Please sign in to comment.