Skip to content

Commit

Permalink
fix node6
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Jul 16, 2022
1 parent 4056c45 commit 1fe95d7
Show file tree
Hide file tree
Showing 9 changed files with 9,763 additions and 7,865 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -110,6 +110,9 @@ jobs:
env:
BABEL_8_BREAKING: false
STRIP_BABEL_8_FLAG: true
- name: Build Makefile.js
run: |
node ./scripts/pack-script.js
- name: Ensure cwd does not contain uncommitted changes
run: |
node ./scripts/assert-dir-git-clean.js
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ COMMA_SEPARATED_SOURCES = $(subst $(SPACE),$(COMMA),$(SOURCES))

YARN := yarn
NODE := $(YARN) node
MAKEJS := node Makefile.mjs
MAKEJS := node Makefile.js


.PHONY: build build-dist watch lint fix clean test-clean test-only test test-ci publish bootstrap use-esm use-cjs
Expand Down

0 comments on commit 1fe95d7

Please sign in to comment.