Skip to content

Commit

Permalink
[root] Remove babel in build process
Browse files Browse the repository at this point in the history
  • Loading branch information
smialy committed Nov 9, 2018
1 parent a5f5f33 commit a726e51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "10"
install:
- npm install --no-save --no-save [email protected] [email protected] @babel/[email protected] @babel/[email protected] @babel/plugin-transform-modules-commonjs@^7.1.0 [email protected] [email protected] [email protected] [email protected]
- npm install --no-save --no-save [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
script:
- ./node_modules/.bin/lerna run test
- ./node_modules/.bin/lerna run lint
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ test-ci:
make test-ci-run

test-ci-install:
npm install --no-save [email protected] [email protected] @babel/[email protected] \
@babel/[email protected] @babel/plugin-transform-modules-commonjs@^7.1.0 \
[email protected] [email protected] [email protected] [email protected]
npm install --no-save [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

test-ci-run:
./node_modules/.bin/lerna run test
Expand Down
4 changes: 1 addition & 3 deletions packages/sjs-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"build:clean": "rm -rf dist/ && rm -rf types",
"build:tsc": "tsc && tsc -p tsconfig.esm.json",
"build:exts": "renamer --path-element ext --find js --replace mjs dist/esm/*",
"test": "qunit --require ts-node/register tests/*",
"karma": "karma start --single-run",
"lint": "eslint tests && tslint src/*"
"lint": "tslint src/*"
},
"files": [
"README.md",
Expand Down
4 changes: 1 addition & 3 deletions packages/sjs-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"build:clean": "rm -rf dist/ && rm -rf types",
"build:tsc": "tsc && tsc -p tsconfig.esm.json",
"build:exts": "renamer --path-element ext --find js --replace mjs dist/esm/*",
"test": "qunit --require ts-node/register tests/*",
"karma": "karma start --single-run",
"lint": "eslint tests && tslint src/*"
"lint": "tslint src/*"
},
"files": [
"README.md",
Expand Down

0 comments on commit a726e51

Please sign in to comment.