diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2e3f33bf..22100899 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ on: push: branches-ignore: # No canary deploys for branches opened by dependabot - - 'dependabot/**' + - "dependabot/**" jobs: publish: @@ -32,8 +32,7 @@ jobs: # don't use yarn run to avoid using yarnpkg registry - name: Create release - run: | - npm run release + run: npm run release env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index 04552ee0..99d2206c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,6 @@ "rollup-plugin-terser": "^7.0.2", "rollup": "2.56.3", "typescript": "^4.4.3", - "vega-interpreter": "^1.0.4", "vega-lite-dev-config": "^0.18.0", "vega-lite": "^5.0.0", "vega": "^5.19.1" @@ -70,6 +69,7 @@ "json-stringify-pretty-compact": "^3.0.0", "semver": "^7.3.5", "tslib": "^2.3.1", + "vega-interpreter": "^1.0.4", "vega-schema-url-parser": "^2.2.0", "vega-themes": "^2.10.0", "vega-tooltip": "^0.27.0" diff --git a/test-vg.html b/test-vg.html index c1e656b3..a53d4d38 100644 --- a/test-vg.html +++ b/test-vg.html @@ -5,7 +5,6 @@