mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-01 04:50:27 +02:00
improve Editor.marks and Editor.nodes abstraction
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"serve": "cd ./site && next",
|
||||
"start": "npm-run-all --parallel --print-label watch serve",
|
||||
"test": "mocha --require ./config/babel/register.cjs ./packages/*/test/index.js",
|
||||
"test:debug": "mocha debug --require ./config/babel/register ./packages/*/test/index.js",
|
||||
"test:debug": "mocha debug --require ./config/babel/register.cjs ./packages/*/test/index.js",
|
||||
"watch": "yarn build:rollup --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Reference in New Issue
Block a user