|
11 | 11 | "start-wordpress48": "php -d max_execution_time=280 -S 0.0.0.0:9004 -t ./wordpress48 src/router.php",
|
12 | 12 | "start-drupal7": "php -d max_execution_time=280 -S 0.0.0.0:9005 -t ./drupal7 src/router.php",
|
13 | 13 | "start-drupal8": "php -d max_execution_time=280 -S 0.0.0.0:9006 -t ./drupal8 src/router.php",
|
14 | | - "test-router-path": "node ./test/routerPath.js" |
| 14 | + "test-router-path": "node ./test/routerPath.js", |
| 15 | + "deployDev": "tsc --listEmittedFiles && git add -A && git commit -a -m \"deploy dev changes\" && npm version patch && git pull --progress -v --no-rebase \"origin\" && git push --tags --progress \"origin\" master:master" |
15 | 16 | },
|
16 | 17 | "repository": {
|
17 | 18 | "type": "git",
|
|
0 commit comments