Skip to content

Commit

Permalink
fix: deploy url
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Nov 14, 2024
1 parent d750ce9 commit 9ed40bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "npm run build-amd && mocha ./test/all.js",
"dev": "node --max_old_space_size=4092 & cd website && npm run dev",
"prod": "rm -rf ./docs && node --max_old_space_size=4092 & cd website && npm run build",
"deploy": "npm run build && npm run prod && gh-pages -d docs -r [email protected]:liuxy0551/monaco-sql-languages.git",
"deploy": "npm run build && npm run prod && gh-pages -d docs -r [email protected]:DTStack/monaco-sql-languages.git",
"format": "prettier --write .",
"prettier-check": "prettier --check .",
"check-types": "tsc -p ./tsconfig.json",
Expand Down

0 comments on commit 9ed40bf

Please sign in to comment.