Skip to content

Commit

Permalink
build: 📦️ removed rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 13, 2020
1 parent c36ca83 commit 422e1da
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Test
run: yarn test --coverage --coverageProvider v8
- name: Build
run: yarn build:rollup
run: yarn build
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
Expand Down
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"generate:emoji": "npx ts-node --transpile-only src/scripts/updater.ts",
"generate:config": "npx ts-interface-builder src/config-options.ts",
"prebuild": "yarn clean && yarn lint && yarn test",
"build:rollup": "npx rollup -c",
"build": "npx tsc -p tsconfig.build.json",
"clean": "npx rimraf lib coverage *.log build 0x",
"test": "npx jest",
Expand All @@ -76,10 +75,6 @@
},
"devDependencies": {
"0x": "4.9.1",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "4.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-typescript": "3.0.0",
"@types/chai": "4.2.10",
"@types/eslint": "6.1.8",
"@types/eslint-plugin-prettier": "2.2.0",
Expand All @@ -88,8 +83,6 @@
"@types/node": "13.7.7",
"@types/prettier": "1.19.0",
"@types/rimraf": "2.0.3",
"@types/rollup-plugin-progress": "1.1.0",
"@types/rollup-plugin-visualizer": "2.6.0",
"@types/sinon": "7.5.2",
"@types/sinon-chai": "3.2.3",
"@types/standard-version": "7.0.0",
Expand Down Expand Up @@ -118,11 +111,6 @@
"markdownlint-cli": "0.22.0",
"prettier": "1.19.1",
"rimraf": "3.0.2",
"rollup": "1.32.0",
"rollup-plugin-progress": "1.1.1",
"rollup-plugin-sizes": "1.0.1",
"rollup-plugin-terser": "5.2.0",
"rollup-plugin-visualizer": "3.3.1",
"sinon": "9.0.0",
"sinon-chai": "3.5.0",
"standard-version": "7.1.0",
Expand All @@ -137,6 +125,8 @@
"fast-glob": "^3.2.2",
"globrex": "^0.1.2",
"json5": "^2.1.1",
"pid-cwd": "^1.2.0",
"ps-list": "^7.0.0",
"shellwords-ts": "^3.0.0",
"string-width": "^4.2.0",
"strip-json-comments": "^3.0.1",
Expand Down
44 changes: 0 additions & 44 deletions rollup.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"noEmit": false,
"outDir": "lib",
"rootDir": "src",
"skipLibCheck": false,
"skipLibCheck": true,
"types": ["node"]
},
"extends": "./tsconfig.json",
Expand Down
Loading

0 comments on commit 422e1da

Please sign in to comment.