Skip to content

Commit

Permalink
chore: build admin
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikaiMa committed Oct 26, 2023
1 parent 4b6338e commit 2e5777f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/strapi-plugin-internal-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "A custom field for Strapi that can create internal links",
"scripts": {
"develop": "tsc -p tsconfig.server.json -w",
"build": "tsc -p tsconfig.server.json",
"prepublish": "tsc -p tsconfig.server.json",
"build": "tsc -p tsconfig.server.json && tsc -p tsconfig.admin.json",
"prepublish": "yarn build",
"format": "prettier --write .",
"spu": "yarn upgrade-interactive --latest"
},
Expand Down Expand Up @@ -67,4 +67,4 @@
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 2e5777f

Please sign in to comment.