Skip to content

Commit 060314f

Browse files
committed
chore(build): fixed build
1 parent f935bcd commit 060314f

5 files changed

Lines changed: 16188 additions & 16188 deletions

File tree

.vscodeignore

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
.github/**
2-
.husky/**
3-
.vscode/**
4-
scripts/**
5-
src/**
6-
test/**
7-
out/test/**
8-
out/**/*.map
9-
.gikeep
10-
.vscode-test/**/*
11-
.editorconfig
12-
.gitattributes
13-
.gitignore
14-
.hushlogin
15-
.prettierrc.json
16-
commitlint.config.js
17-
gulpfile.js
18-
package-lock.json
19-
tsconfig.json
20-
tsconfig.test.json
21-
node_modules
22-
webpack.config.js
23-
*.todo
24-
.hushlogin
25-
.eslintrc.js
1+
.github/**
2+
.husky/**
3+
.vscode/**
4+
scripts/**
5+
src/**
6+
test/**
7+
out/test/**
8+
out/**/*.map
9+
.gikeep
10+
.vscode-test/**/*
11+
.editorconfig
12+
.gitattributes
13+
.gitignore
14+
.hushlogin
15+
.prettierrc.json
16+
commitlint.config.js
17+
gulpfile.js
18+
package-lock.json
19+
tsconfig.json
20+
tsconfig.test.json
21+
node_modules
22+
webpack.config.js
23+
*.todo
24+
.hushlogin
25+
.eslintrc.js
2626
.prettierignore

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"scripts": {
1616
"clean": "rimraf out/**/* && rimraf src/ts/resources/*.json && rimraf package.nls*.json && rimraf syntaxes/*",
1717
"vscode:prepublish": "npm run clean && npm run compile",
18-
"compile": "npm run clean && npm run compile:assets && npm run compile:ts && npm run compile:test",
19-
"compile:ts": "tsc -p tsconfig.json",
18+
"compile": "npm run clean && npm run compile:assets && npm run package && npm run compile:test",
19+
"compile:ts": "webpack-dev",
2020
"compile:test": "tsc -p tsconfig.test.json",
2121
"watch": "npm run clean && npm run compile:assets && tsc -watch -p tsconfig.json",
2222
"compile:assets": "npm run compile:color-customizations && npm run compile:grammar:prod && npm run compile:locale",

0 commit comments

Comments
 (0)