Skip to content
Snippets Groups Projects
Commit a710646a authored by chris's avatar chris
Browse files

compile and run dist

parent a2d53408
No related branches found
No related tags found
1 merge request!97Move service
......@@ -16,7 +16,7 @@
"wax-prosemirror-themes": "^0.0.6"
},
"scripts": {
"start": "react-app-rewired start",
"start": "lerna run build && react-app-rewired start",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
......
......@@ -4,7 +4,7 @@
"version": "0.0.6",
"description": "Wax prosemirror UI components",
"license": "MIT",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -4,7 +4,7 @@
"version": "0.0.6",
"description": "Wax prosemirror core",
"license": "MIT",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -4,7 +4,7 @@
"version": "0.0.6",
"description": "Wax prosemirror layouts",
"license": "MIT",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -4,7 +4,7 @@
"version": "0.0.6",
"description": "Wax prosemirror plugins",
"license": "MIT",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -4,7 +4,7 @@
"version": "0.0.6",
"description": "Wax prosemirror schema",
"license": "MIT",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -4,7 +4,7 @@
"version": "0.0.6",
"description": "Wax prosemirror services",
"license": "MIT",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -4,7 +4,7 @@
"version": "0.0.6",
"description": "Wax prosemirror themes",
"license": "MIT",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -4,7 +4,7 @@
"version": "0.0.6",
"description": "Wax prosemirror utilities",
"license": "MIT",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment