Skip to content

Commit

Permalink
Merge pull request #562 from xwp/fix/build-deploy
Browse files Browse the repository at this point in the history
Introduce a deploy script to match the engineering docs
  • Loading branch information
ravichdev committed Mar 12, 2021
2 parents 4099171 + ce586e5 commit 726101d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -144,6 +144,7 @@
"build:js": "wp-scripts build",
"build:run": "grunt build",
"build:zip": "grunt create-build-zip",
"deploy": "npm run build && grunt deploy",
"dev": "wp-scripts start",
"docker": "docker-compose run --rm -u 1000 --workdir=/var/www/html/wp-content/plugins/material-design wordpress",
"env:logs": "bin/logs.sh",
Expand Down

0 comments on commit 726101d

Please sign in to comment.