Skip to content

Commit 65a3114

Browse files
committed
v1.17.2
1 parent c2e8c28 commit 65a3114

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"validation",
1111
"material"
1212
],
13-
"version": "1.17.1",
13+
"version": "1.17.2",
1414
"main": "./dist/index.js",
1515
"types": "./dist/index.d.ts",
1616
"license": "MIT",
@@ -30,7 +30,8 @@
3030
"docs:build": "sh docs/build.sh",
3131
"prepare": "yarn tsc",
3232
"predev": "(cd docs/project && yarn) && yarn tsc -p ./tsconfig.docs.json",
33-
"dev": "concurrently -r \"yarn docs:dev\" \"yarn tsc -p ./tsconfig.docs.json -w --preserveWatchOutput\" "
33+
"dev": "concurrently -r \"yarn docs:dev\" \"yarn tsc -p ./tsconfig.docs.json -w --preserveWatchOutput\" ",
34+
"install": "(cd ./node_modules/draft-js && npm i)"
3435
},
3536
"husky": {
3637
"hooks": {

0 commit comments

Comments
 (0)