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 d750ce9 commit 9ed40bfCopy full SHA for 9ed40bf
package.json
@@ -10,7 +10,7 @@
10
"test": "npm run build-amd && mocha ./test/all.js",
11
"dev": "node --max_old_space_size=4092 & cd website && npm run dev",
12
"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 git@github.com:liuxy0551/monaco-sql-languages.git",
+ "deploy": "npm run build && npm run prod && gh-pages -d docs -r git@github.com:DTStack/monaco-sql-languages.git",
14
"format": "prettier --write .",
15
"prettier-check": "prettier --check .",
16
"check-types": "tsc -p ./tsconfig.json",
0 commit comments