Skip to content

Commit fd405b7

Browse files
authored
Merge pull request #806 from alleyinteractive/hotfix/plugin-build
Adjust the plugin package build to fix issue
2 parents 1c52a29 + 65f9ae1 commit fd405b7

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"build-storybook": "storybook build"
2626
},
2727
"workspaces": [
28-
"packages/*",
29-
"plugin"
28+
"packages/*"
3029
],
3130
"devDependencies": {
3231
"@babel/core": "^7.23.3",

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"not IE 11"
1414
],
1515
"scripts": {
16-
"build": "npx @alleyinteractive/build-tool@latest build",
16+
"build": "alley-build build",
1717
"dev": "npm run start",
1818
"create-block": "alley-create-block -n alley-scripts-demo-plugin",
1919
"create-entry": "npx @alleyinteractive/create-entry@latest -n alley-scripts-demo-plugin -t alley-scripts-demo-plugin",

0 commit comments

Comments
 (0)