Skip to content

Commit ee508f7

Browse files
authored
Vega upgrade scripts (#657)
* add script to update vega * add glob * add remove-vega command * add vega-upgrade command * add checkout * ignore project * add ignore * use remove-vega * execute vega-version * run bootstrap * remove vega-typings * add vega-typings * remove vega-typings
1 parent 4a52be4 commit ee508f7

File tree

18 files changed

+1061
-37
lines changed

18 files changed

+1061
-37
lines changed

extensions/common-frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"eslint": "eslint -c ../../.eslintrc.json --fix ./src/**/*.ts*",
99
"build-css": "sass ./src/css/app.scss ./dist/app.css",
1010
"build-ui": "tsc -p .",
11-
"build:sanddance-integration": "npm run build-css && npm run build-ui"
11+
"build:sanddance-integration": "npm run build-css && npm run build-ui",
12+
"remove-vega": "npm un vega"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)