|
71 | 71 | "cover": "nyc --check-coverage --lines 30 npm run test:only ", |
72 | 72 | "lint:check": "eslint .", |
73 | 73 | "lint": "eslint --fix .", |
74 | | - "validate-types:strict": "tsc && tsc --project tsconfig.validate.json", |
75 | | - "build": "webpack --mode production && tsc", |
| 74 | + "validate-types:strict": "npm run generate-types && tsc --project tsconfig.validate.json", |
| 75 | + "build": "webpack --mode production && npm run generate-types", |
76 | 76 | "coveralls-after": "nyc --reporter=lcov mocha --require @babel/register --require @babel/preset-env", |
77 | 77 | "npm:publish": "npm publish --access public", |
78 | 78 | "test-single": "mocha 1ドル", |
79 | 79 | "woql-test": "mocha test/woqlTripleBuilder.spec.js test/woql.spec.js test/woqlTripleBuilder01.spec.js test/woqlExtra.spec.js", |
80 | 80 | "git-tag": "git tag $npm_package_version", |
81 | 81 | "prepare": "husky install", |
82 | | - "generate-types": "tsc" |
| 82 | + "generate-types": "tsc && node scripts/fix-eval-export.js" |
83 | 83 | }, |
84 | 84 | "repository": { |
85 | 85 | "type": "git", |
|
0 commit comments