Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SReichelt committed Jan 16, 2021
1 parent 8a4f8ad commit 2930ecd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -15,7 +15,6 @@
"src/vscode"
],
"scripts": {
"postinstall": "npm run install-vscode",
"clean": "rimraf build dist src/vscode/webview && npm run clean-vscode",
"lint": "eslint --no-eslintrc -c .eslintrc.json 'src/!(vscode)/**/*.@(ts|tsx)'",
"depcruise": "depcruise -c .dependency-cruiser.js src",
Expand All @@ -28,7 +27,6 @@
"build-client": "cd src/client && cross-env NODE_ENV=production webpack -p",
"dev-client": "cd src/client && webpack-dev-server -w",
"fill-public": "copyfiles -E data/*/*.slate docs/* docs/**/* dist/public",
"install-vscode": "cd src/vscode && cross-env NODE_ENV= npm install",
"clean-vscode": "cd src/vscode && npm run clean",
"build-vscode": "cd src/vscode && npm run build",
"package-vscode": "copyfiles -E -u 2 dist/public/* dist/public/js/* dist/public/fonts/**/* src/vscode/webview && cd src/vscode && npm run package && copyfiles -E *.vsix ../../dist/public/download",
Expand Down
2 changes: 1 addition & 1 deletion src/vscode/package.json
Expand Up @@ -70,7 +70,7 @@
"clean": "rimraf out *.vsix",
"build": "npm run clean && webpack --mode production",
"watch": "tsc --watch -p ./",
"package": "vsce package -o slate.vsix",
"package": "vsce package --yarn -o slate.vsix",
"lint": "eslint --no-eslintrc -c .eslintrc.json '**/*.@(ts|tsx)'"
},
"engines": {
Expand Down

0 comments on commit 2930ecd

Please sign in to comment.