Yuki Takei 2 лет назад
Родитель
Сommit
e2f60c175b
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/micromark-extension-gfm-table/package.json

+ 2 - 1
packages/micromark-extension-gfm-table/package.json

@@ -59,6 +59,7 @@
   "scripts": {
   "scripts": {
     "build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build",
     "build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build",
     "clean": "npx -y shx rm -rf lib index.js index.d.ts \"dev/**/*.d.ts\" \"test/**/*.d.ts\"",
     "clean": "npx -y shx rm -rf lib index.js index.d.ts \"dev/**/*.d.ts\" \"test/**/*.d.ts\"",
+    "dev": "yarn build",
     "test-api": "node --conditions development test/index.js",
     "test-api": "node --conditions development test/index.js",
     "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node --conditions development test/index.js",
     "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node --conditions development test/index.js",
     "test": "npm run build && npm run format && npm run test-coverage",
     "test": "npm run build && npm run format && npm run test-coverage",
@@ -66,7 +67,7 @@
     "lint:fix": "yarn eslint \"**/*.{cjs, js,jsx,ts,tsx}\" --fix"
     "lint:fix": "yarn eslint \"**/*.{cjs, js,jsx,ts,tsx}\" --fix"
   },
   },
   "typeCoverage": {
   "typeCoverage": {
-    "atLeast": 96.49,
+    "atLeast": 94.81,
     "detail": true,
     "detail": true,
     "strict": true,
     "strict": true,
     "ignoreCatch": true
     "ignoreCatch": true