We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4b5b90 + 7565d26 commit 53216e9Copy full SHA for 53216e9
1 file changed
packages/admin/package.json
@@ -7,6 +7,7 @@
7
"scripts": {
8
"start": "webpack-cli serve --mode development",
9
"build": "webpack-cli build --mode production",
10
+ "build:dev": "webpack-cli build --mode development",
11
"clean": "rimraf build",
12
"test": "npm run test:lint && npm run test:unit",
13
"test:lint": "eslint",
0 commit comments