Skip to content

Commit

Permalink
Remove rollup commands (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo authored Apr 25, 2024
1 parent 186a9ae commit 684488e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@
"clean:tsbuildinfo": "npm exec --workspaces -- npx rimraf tsconfig.tsbuildinfo",
"cloc": "cloc --exclude-dir=node_modules,dist,distb,cdk.out --exclude-ext=json .",
"format": "prettier --write \"packages/**/*.{js,ts}\"",
"build:all": "yarn build && yarn build:publish && yarn esbuild:deployer && yarn esbuild:router && yarn esbuild:edge-to-origin",
"build": "tsc --build tsconfig.json",
"build:publish": "tsc --build tsconfig.publish.json",
"esbuild:deployer": "esbuild packages/microapps-deployer/src/index.ts --bundle --minify --sourcemap --platform=node --target=node18 --external:aws-sdk --outfile=packages/cdk/dist/microapps-deployer/index.js",
"esbuild:router": "esbuild packages/microapps-router/src/index.ts --bundle --minify --sourcemap --platform=node --target=node18 --external:aws-sdk --outfile=packages/cdk/dist/microapps-router/index.js",
"esbuild:edge-to-origin": "esbuild packages/microapps-edge-to-origin/src/index.ts --bundle --minify --sourcemap --platform=node --target=node18 --external:aws-sdk --outfile=packages/microapps-cdk/lib/microapps-edge-to-origin/index.js",
"build:deployer": "rollup --config rollup.deployer.js",
"build:router": "rollup --config rollup.router.js && cp packages/microapps-router/appFrame.html distb/microapps-router/",
"test": "AWS_PROFILE= AWS_EMF_ENVIRONMENT=Local jest",
"lint": "eslint ./ --ext .ts --ext .tsx",
"lint-and-fix": "eslint ./ --ext .ts --ext .tsx --fix",
Expand Down

0 comments on commit 684488e

Please sign in to comment.