Skip to content

Commit 6a8eba0

Browse files
authored
Add popup script to build (#44)
* fix: add popup build as part of regular build This is being done so that when this app is published as a sandbox, the popup script is built and deployed in that environment. * fix: address incorrect package.json name
1 parent fab6f47 commit 6a8eba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "agent-starter-app",
2+
"name": "agent-starter-embed",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
77
"build-embed-popup-script": "webpack",
8-
"build": "next build",
8+
"build": "next build && pnpm build-embed-popup-script",
99
"start": "next start",
1010
"lint": "next lint",
1111
"format": "prettier --write .",

0 commit comments

Comments
 (0)