Skip to content

Commit

Permalink
temporarily remove plugin builds from ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Feb 22, 2021
1 parent 1f60a10 commit 58fb180
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: build
run: |
npm run build
npm run plugins:build
# npm run plugins:build
- name: test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: build
run: |
npm run build
npm run plugins:build
# npm run plugins:build
- name: test
run: |
Expand Down
9 changes: 0 additions & 9 deletions plugins/dates/builds/compromise-dates.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/dates/builds/compromise-dates.js.map

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions plugins/dates/builds/compromise-dates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8540,15 +8540,6 @@ var methods$3 = {

return res;
}
/** change to a standard duration format */
// normalize: function () {
// this.forEach((doc) => {
// // let duration = parse(doc)
// // doc.replaceWith(text)
// })
// return this
// },

};

var addTimes = function addTimes(Doc) {
Expand Down

0 comments on commit 58fb180

Please sign in to comment.