Skip to content

Commit c03b56f

Browse files
committed
maint: remove details
1 parent 81ac5e6 commit c03b56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"build-dev": "ng build --configuration development --aot",
5959
"test": "ng test",
6060
"lint": "ng lint",
61-
"deploy": "cd dist && scp -o \"User=neuron\" -r . wecog.research.mcgill.ca:~/tmp-frontend",
61+
"deploy": "cd dist && ...",
6262
"build-deploy": "npm run build && npm run sentry:generate-sourcemaps && npm run sentry:upload-sourcemaps && npm run remove-maps && npm run deploy",
6363
"lint-fix": "ng lint --fix=true",
6464
"sentry:generate-sourcemaps": "sentry-cli sourcemaps inject ./dist",

0 commit comments

Comments
 (0)