Skip to content

Commit de22743

Browse files
committed
fix: prod and deploy command
1 parent 3275599 commit de22743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"watch-esm": "tsc -p ./tsconfig.esm.json --watch",
1010
"test": "npm run build-amd && mocha ./test/all.js",
1111
"dev": "node --max_old_space_size=4092 & cd website && npm run dev",
12-
"prod": "npm run build && rm -rf ./docs && node --max_old_space_size=4092 & cd website && npm run build",
13-
"deploy": "npm run prod && gh-pages -d docs -r git@github.com:DTStack/monaco-sql-languages.git",
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",
1414
"format": "prettier --write .",
1515
"prettier-check": "prettier --check .",
1616
"check-types": "tsc -p ./tsconfig.json",

0 commit comments

Comments
 (0)