Skip to content

Commit

Permalink
ci: fix template.yml not included in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
necipallef committed Jul 24, 2024
1 parent 2857765 commit 1c040b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": true,
"scripts": {
"prepare": "husky install",
"build": "rimraf dist && NODE_OPTIONS=\"--max_old_space_size=4098\" rollup -c rollup.config.js --bundleConfigAsCjs",
"build": "rimraf dist && NODE_OPTIONS=\"--max_old_space_size=4098\" rollup -c rollup.config.js --bundleConfigAsCjs && cp cloudformation/template.yml dist/template.yml",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore --max-warnings 0 .",
"lint:fix": "pnpm lint --fix",
"test": "jest",
Expand Down

0 comments on commit 1c040b8

Please sign in to comment.