Skip to content

Commit 53216e9

Browse files
Merge pull request #1104 from smalruby/fix/admin-build-dev
fix(admin): build:dev スクリプトを追加 (CI の全ワークスペース fan-out 対応)
2 parents a4b5b90 + 7565d26 commit 53216e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/admin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"start": "webpack-cli serve --mode development",
99
"build": "webpack-cli build --mode production",
10+
"build:dev": "webpack-cli build --mode development",
1011
"clean": "rimraf build",
1112
"test": "npm run test:lint && npm run test:unit",
1213
"test:lint": "eslint",

0 commit comments

Comments
 (0)