Skip to content

Commit

Permalink
Build the webpack-package for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Oct 12, 2020
1 parent 0c7e3a2 commit 6ae8973
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
- name: build
image: node
commands:
- npm run build
- npm run build-debug
- name: lint
image: node
commands:
Expand All @@ -19,14 +19,6 @@ steps:
image: manuth/vscode-test-runner
commands:
- xvfb-run npm run test -- --disable-gpu --headless
- name: build package
image: node
commands:
- npm run rebuild-debug
- name: test package
image: manuth/vscode-test-runner
commands:
- xvfb-run npm run test -- --disable-gpu --headless
- name: publish extension
image: node:lts
environment:
Expand Down

0 comments on commit 6ae8973

Please sign in to comment.