Skip to content

Commit 3645c4e

Browse files
committed
New version
1 parent a0196cc commit 3645c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-ide-interface",
3-
"version": "0.1.91",
3+
"version": "0.1.92",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [
@@ -11,7 +11,7 @@
1111
"storybook": "storybook dev -p 6006",
1212
"build-storybook": "storybook build",
1313
"start": "webpack serve --config ./webpack.config.js --mode development",
14-
"build": "webpack --mode production --config ./webpack.config.js",
14+
"build": "webpack --mode development --config ./webpack.config.js",
1515
"postbuild": "cp package.json dist",
1616
"format": "prettier --write src/**/*.{tsx,ts,html}"
1717
},

0 commit comments

Comments
 (0)