1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-01 04:50:27 +02:00

fix test script

This commit is contained in:
Ian Storm Taylor
2019-11-28 17:37:38 -05:00
parent 4bbbfba142
commit 42c9753742

View File

@@ -20,7 +20,7 @@
"release": "NODE_ENV=production yarn build:rollup && yarn test && lerna publish",
"serve": "cd ./site && next",
"start": "npm-run-all --parallel --print-label watch serve",
"test": "mocha --require ./config/babel/register ./packages/*/test/index.js",
"test": "mocha --require ./config/babel/register.cjs ./packages/*/test/index.js",
"test:debug": "mocha debug --require ./config/babel/register ./packages/*/test/index.js",
"watch": "yarn build:rollup --watch"
},