Rename proxy script

This commit is contained in:
Yarmo Mackenbach 2021-04-15 22:54:45 +02:00
parent 59a779e6ff
commit 72b1c058c1
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 2 additions and 2 deletions

View file

@ -11,4 +11,4 @@ RUN yarn --production --pure-lockfile
COPY . /app COPY . /app
EXPOSE 3000 EXPOSE 3000
CMD yarn proxy:run CMD yarn run proxy

View file

@ -39,7 +39,7 @@
"license:remove": "./node_modules/license-check-and-add/dist/src/cli.js remove", "license:remove": "./node_modules/license-check-and-add/dist/src/cli.js remove",
"docs": "docsify serve ./docs", "docs": "docsify serve ./docs",
"test": "./node_modules/mocha/bin/mocha", "test": "./node_modules/mocha/bin/mocha",
"proxy:run": "NODE_ENV=production node ./src/proxy/", "proxy": "NODE_ENV=production node ./src/proxy/",
"proxy:dev": "NODE_ENV=development ./node_modules/nodemon/bin/nodemon.js ./src/proxy/" "proxy:dev": "NODE_ENV=development ./node_modules/nodemon/bin/nodemon.js ./src/proxy/"
}, },
"repository": { "repository": {