Skip to content

Commit 29dc924

Browse files
author
JoelCDL
committed
Remove obsolete npm deploy scripts
Remove npm deploy scripts that are no longer relevant after CD workflows of cdlib repo and UI were applied with https://github.com/cdlib/cdlib/commit/5480313
1 parent d11021c commit 29dc924

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
"watchjs": "onchange -i js/* -- npm run lintjs",
1515
"lintstyles": "stylelint 'css/**/*.css' '!css/main.css'",
1616
"lintjs": "standard js/* --verbose | snazzy || exit 0",
17-
"push-assets-local": "rsync -rvu --delete --exclude '.DS_Store' dist/ui-assets ~/'Local Sites'/cdlib/app/public/wp-content/themes/cdlib",
18-
"push-assets-dev": "rsync -rvu --delete --exclude '.DS_Store' ./dist/ui-assets cdlib@web-cdlib2x2-dev.cdlib.org:/apps/cdlib/apache/htdocs/wp-content/themes/cdlib",
19-
"push-assets-stage": "rsync -rvu --delete --exclude '.DS_Store' ./dist/ui-assets cdlib@web-cdlib2x2-stg-2a.cdlib.org:/apps/cdlib/apache/htdocs/wp-content/themes/cdlib",
20-
"push-assets-prod": "rsync -rvu --delete --exclude '.DS_Store' ./dist/ui-assets cdlib@web-cdlib2x2-prd-2a.cdlib.org:/apps/cdlib/apache/htdocs/wp-content/themes/cdlib",
2117
"test-percy": "run-s test-build start-percy",
2218
"test-pa11y": "run-s test-build start-pa11y",
2319
"test-build": "run-s build start-sitemap",

0 commit comments

Comments
 (0)