File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"watch-esm" : " tsc -p ./tsconfig.esm.json --watch" ,
10
10
"test" : " npm run build-amd && mocha ./test/all.js" ,
11
11
"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" ,
14
14
"format" : " prettier --write ." ,
15
15
"prettier-check" : " prettier --check ." ,
16
16
"check-types" : " tsc -p ./tsconfig.json" ,
You can’t perform that action at this time.
0 commit comments