Skip to content

Commit 9ed40bf

Browse files
committed
fix: deploy url
1 parent d750ce9 commit 9ed40bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "npm run build-amd && mocha ./test/all.js",
1111
"dev": "node --max_old_space_size=4092 & cd website && npm run dev",
1212
"prod": "rm -rf ./docs && node --max_old_space_size=4092 & cd website && npm run build",
13-
"deploy": "npm run build && npm run prod && gh-pages -d docs -r [email protected]:liuxy0551/monaco-sql-languages.git",
13+
"deploy": "npm run build && npm run prod && gh-pages -d docs -r [email protected]:DTStack/monaco-sql-languages.git",
1414
"format": "prettier --write .",
1515
"prettier-check": "prettier --check .",
1616
"check-types": "tsc -p ./tsconfig.json",

0 commit comments

Comments
 (0)