Skip to content

Commit

Permalink
Add netlify.toml to build output (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes authored Oct 18, 2024
1 parent 48dd1d6 commit 1dfafac
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 @@ -13,7 +13,7 @@
"postinstall": "patch-package",
"dato": "node ./config/dato/dump-data.mjs",
"prebuild": "npm run dato",
"build": "vue-cli-service build",
"build": "vue-cli-service build && cp netlify.toml dist/netlify.toml",
"predev": "npm run dato",
"dev": "run-p serve start-server",
"fix": "run-s fix:*",
Expand Down

3 comments on commit 1dfafac

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://nl2120.netlify.app as production
🚀 Deployed on https://67121416cfdb12786b74a24a--nl2120.netlify.app

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.