Skip to content

Commit

Permalink
fix: do not build myTransform when release (asf artefacts has no test…
Browse files Browse the repository at this point in the history
… lib)
  • Loading branch information
100pah committed Nov 19, 2020
1 parent 4eee8b8 commit c3bdb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function release() {
}
}

const argsList = ['', 'simple', 'common', 'extension', 'myTransform'].map((type) => {
const argsList = ['', 'simple', 'common', 'extension'].map((type) => {
return [
'--type',
type,
Expand Down

0 comments on commit c3bdb23

Please sign in to comment.