Changeset 50250 for branches/3.8/package.json
- Timestamp:
- 02/08/2021 08:57:54 PM (4 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
- Property svn:mergeinfo changed
/branches/5.0 merged: 43836 /trunk merged: 44176,45445,45745,45762,45783-45784,45800,45819,45885,46320,46999,47225,47912,48121,49267,49335,49358,49360,49362
- Property svn:mergeinfo changed
-
branches/3.8/package.json
r50222 r50250 14 14 "license": "GPLv2 or later", 15 15 "devDependencies": { 16 "dotenv": "^8.2.0", 17 "dotenv-expand": "^5.1.0", 16 18 "grunt": "~1.3.0", 17 19 "grunt-contrib-clean": "~2.0.0", … … 29 31 "grunt-sass": "~3.1.0", 30 32 "matchdep": "~2.0.0", 31 "sass": "^1.32.6" 33 "sass": "^1.32.6", 34 "wait-on": "5.2.1" 35 }, 36 "scripts": { 37 "build": "grunt build", 38 "test": "grunt test", 39 "watch": "grunt watch", 40 "grunt": "grunt", 41 "env:start": "node ./tools/local-env/scripts/start.js", 42 "env:stop": "node ./tools/local-env/scripts/docker.js down", 43 "env:restart": "npm run env:stop && npm run env:start", 44 "env:clean": "node ./tools/local-env/scripts/docker.js down -v --remove-orphans", 45 "env:reset": "node ./tools/local-env/scripts/docker.js down --rmi all -v --remove-orphans", 46 "env:install": "node ./tools/local-env/scripts/install.js", 47 "env:cli": "node ./tools/local-env/scripts/docker.js run cli", 48 "env:logs": "node ./tools/local-env/scripts/docker.js logs", 49 "env:pull": "node ./tools/local-env/scripts/docker.js pull", 50 "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit" 32 51 } 33 52 }
Note: See TracChangeset
for help on using the changeset viewer.