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.
1 parent 76cf83d commit 15994fcCopy full SHA for 15994fc
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"build": "gulp build",
9
"build:electron": "electron-rebuild -w usb --useCache -s --debug",
10
- "check:all": "yarn prettier:check && yarn lint && yarn compile && yarn stylelint && yarn lockfile:check && yarn manage:translations",
+ "check:all": "yarn prettier:check && yarn lint && yarn compile && yarn stylelint && yarn lockfile:check && yarn manage:translations && yarn storybook:build",
11
"start": "gulp start",
12
"start:dev": "NODE_ENV=development gulp start",
13
"dev": "IS_WATCH_MODE=true gulp dev",
0 commit comments