1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-01 04:50:27 +02:00
This commit is contained in:
Ian Storm Taylor
2019-11-30 01:40:01 -05:00
parent 6bbecb1a9c
commit 76afb00631
2 changed files with 3 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
"lint:eslint": "eslint \"./{packages,site}/**/*.{js,jsx,ts,tsx}\"",
"lint:prettier": "prettier --list-different \"**/*.{css,md,js,jsx,json,ts,tsx}\"",
"open": "open http://localhost:3000",
"release": "NODE_ENV=production yarn build:rollup && yarn test && lerna publish",
"release": "NODE_ENV=production yarn build:rollup && yarn test && yarn lint && lerna publish",
"serve": "cd ./site && next",
"start": "npm-run-all --parallel --print-label watch serve",
"test": "mocha --require ./config/babel/register.cjs ./packages/*/test/index.js",