Skip to content

Commit b551672

Browse files
committed
Fix now config for the example
1 parent d4a25f0 commit b551672

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

react-prosemirror-config-default/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,5 @@
4949
"scripts": {
5050
"prepublishOnly": "npm run build",
5151
"build": "webpack --progress"
52-
},
53-
"now": {
54-
"alias": "react-prosemirror-example"
5552
}
5653
}

react-prosemirror-example/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@
1919
"scripts": {
2020
"build": "GENERATE_SOURCEMAP=false react-scripts build",
2121
"start": "react-scripts start",
22-
"deploy": "now --public"
22+
"deploy": "now build --public --name react-prosemirror-example"
2323
},
2424
"engines": {
2525
"node": "8.x"
26+
},
27+
"now": {
28+
"name": "react-prosemirror-example",
29+
"alias": "react-prosemirror-example"
2630
}
2731
}

0 commit comments

Comments
 (0)