Skip to content

Commit

Permalink
Merge pull request #178 from marp-team/vsce-no-yarn
Browse files Browse the repository at this point in the history
Add --no-yarn option to vsce command
  • Loading branch information
yhatt authored Oct 19, 2020
2 parents 5f285dc + 9b99ab2 commit 6e836b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@
"format:write": "yarn -s format --write",
"lint:css": "stylelint \"./*.{css,scss}\"",
"lint:js": "eslint --ext .js,.ts --report-unused-disable-directives --cache .",
"package": "npx vsce package",
"package": "npx vsce package --no-yarn",
"preversion": "run-p check:* lint:* test:*:coverage",
"test:unit": "jest",
"test:unit:coverage": "jest --coverage",
"version": "curl https://raw.githubusercontent.com/marp-team/actions/v1/lib/scripts/version.js | node && git add -A CHANGELOG.md",
"vsce:publish": "npx vsce publish",
"vsce:publish": "npx vsce publish --no-yarn",
"vscode:prepublish": "run-s preversion build",
"watch": "rollup -w -c ./rollup.config.js"
},
Expand Down

0 comments on commit 6e836b3

Please sign in to comment.