|
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 | 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 | + "deployDev": "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" |
16 | 16 | },
|
17 | 17 | "repository": {
|
18 | 18 | "type": "git",
|
|
0 commit comments