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 a0196cc commit 3645c4eCopy full SHA for 3645c4e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.91",
+ "version": "0.1.92",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
@@ -11,7 +11,7 @@
11
"storybook": "storybook dev -p 6006",
12
"build-storybook": "storybook build",
13
"start": "webpack serve --config ./webpack.config.js --mode development",
14
- "build": "webpack --mode production --config ./webpack.config.js",
+ "build": "webpack --mode development --config ./webpack.config.js",
15
"postbuild": "cp package.json dist",
16
"format": "prettier --write src/**/*.{tsx,ts,html}"
17
},
0 commit comments