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 d4a25f0 commit b551672Copy full SHA for b551672
react-prosemirror-config-default/package.json
@@ -49,8 +49,5 @@
49
"scripts": {
50
"prepublishOnly": "npm run build",
51
"build": "webpack --progress"
52
- },
53
- "now": {
54
- "alias": "react-prosemirror-example"
55
}
56
react-prosemirror-example/package.json
@@ -19,9 +19,13 @@
19
20
"build": "GENERATE_SOURCEMAP=false react-scripts build",
21
"start": "react-scripts start",
22
- "deploy": "now --public"
+ "deploy": "now build --public --name react-prosemirror-example"
23
},
24
"engines": {
25
"node": "8.x"
26
+ },
27
+ "now": {
28
+ "name": "react-prosemirror-example",
29
+ "alias": "react-prosemirror-example"
30
31
0 commit comments