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

use dist versions

parent 5aea2f63
No related branches found
No related tags found
1 merge request!100Fix
......@@ -17,7 +17,6 @@
},
"scripts": {
"start": "react-app-rewired start",
"build": "lerna run build && react-app-rewired start",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
......
......@@ -19,7 +19,7 @@
"clean:packages": "lerna clean --yes",
"clean:root": "rm -rf node_modules",
"reset": "yarn clean && yarn",
"build": "lerna run build --concurrency=1 --stream",
"build": "lerna run build",
"editoria": "cd editors/editoria && yarn start"
},
"dependencies": {},
......
......@@ -4,7 +4,7 @@
"version": "0.0.7",
"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.7",
"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.7",
"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.7",
"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.7",
"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.7",
"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.7",
"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.7",
"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