We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ac5e6 commit c03b56fCopy full SHA for c03b56f
package.json
@@ -58,7 +58,7 @@
58
"build-dev": "ng build --configuration development --aot",
59
"test": "ng test",
60
"lint": "ng lint",
61
- "deploy": "cd dist && scp -o \"User=neuron\" -r . wecog.research.mcgill.ca:~/tmp-frontend",
+ "deploy": "cd dist && ...",
62
"build-deploy": "npm run build && npm run sentry:generate-sourcemaps && npm run sentry:upload-sourcemaps && npm run remove-maps && npm run deploy",
63
"lint-fix": "ng lint --fix=true",
64
"sentry:generate-sourcemaps": "sentry-cli sourcemaps inject ./dist",
0 commit comments