Skip to content

Commit

Permalink
fix: remove extraneous files when packaging (#12)
Browse files Browse the repository at this point in the history
* chore: remove duplicate build from deploy action

* fix: remove extraneous files when packaging
  • Loading branch information
byCedric authored Aug 17, 2020
1 parent 3705f66 commit 8e5c362
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --frozen-lockfile --check-files
- name: Build project
run: yarn build:production
- name: Publish version
- name: Publish to marketplace
run: yarn deploy
env:
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
2 changes: 2 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
out/test/**
src/**

node_modules/**

.editorconfig
.gitignore
.eslintrc.js
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@
"lint": "eslint src --ext ts",
"deploy": "vsce publish --yarn"
},
"dependencies": {
"@expo/xdl": "^57.9.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@expo/babel-preset-cli": "^0.2.11",
"@expo/xdl": "^57.9.1",
"@types/glob": "^7.1.1",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.0",
Expand Down

0 comments on commit 8e5c362

Please sign in to comment.