Skip to content

Commit

Permalink
build: Delete core rollup build (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep committed Dec 6, 2022
1 parent ac0526b commit 10c9736
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 264 deletions.
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"build-decls",
"build-examples",
"build-parsers",
"build-rollup",
"build-shapedefs",
"build-storybook",
"docs",
Expand Down
19 changes: 0 additions & 19 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"watch": "yarn watch:esbuild",
"test": "jest",
"test-watch": "jest --watchAll",
"build-rollup": "rollup -c",
"build:esbuild": "node build.js",
"watch:esbuild": "node build.js -watch",
"build-decls": "tsc --emitDeclarationOnly --outDir build/dist && tsc-alias -p tsconfig.json",
Expand Down Expand Up @@ -55,16 +54,6 @@
"{projectRoot}/src/parser/*Parser.ts"
]
},
"build-rollup": {
"dependsOn": [
"^build",
"build-parsers"
],
"outputs": [
"{projectRoot}/build/dist/penrose.min.js",
"{projectRoot}/build/dist/penrose.min.js.map"
]
},
"coverage": {
"dependsOn": [
"^build",
Expand Down Expand Up @@ -133,9 +122,6 @@
},
"devDependencies": {
"@penrose/examples": "1.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@types/graphlib": "^2.1.7",
"@types/jest": "^27.4.1",
"@types/jscodeshift": "^0.11.0",
Expand All @@ -157,11 +143,6 @@
"jest": "^27.5.1",
"jest-junit": "^12.0.0",
"jscodeshift": "^0.11.0",
"rollup": "^2.40.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-visualizer": "^4.2.0",
"ts-jest": "^27.1.3",
"tsc-alias": "^1.6.7",
"tslib": "^2.1.0",
Expand Down
72 changes: 0 additions & 72 deletions packages/core/rollup.config.js

This file was deleted.

0 comments on commit 10c9736

Please sign in to comment.