Skip to content

Commit

Permalink
Copy the type definitions for the various engine imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrunet committed Oct 6, 2023
1 parent 586bf0e commit a8076e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions accessibility-checker-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "IBM Equal Access Accessibility Checker Engine",
"private": false,
"scripts": {
"build-node": "npm run prebuild && npx webpack --config webpack-node.config.js",
"build-node-debug": "npm run prebuild && npx webpack --config webpack-node-debug.config.js",
"build": "npm run prebuild && npx webpack --config webpack.config.js",
"build-debug": "npm run prebuild && npx webpack --config webpack-debug.config.js",
"build-node": "npm run prebuild && npx webpack --config webpack-node.config.js && shx cp dist/index.d.ts dist/ace-node.d.ts",
"build-node-debug": "npm run prebuild && npx webpack --config webpack-node-debug.config.js && shx cp dist/index.d.ts dist/ace-node-debug.d.ts",
"build": "npm run prebuild && npx webpack --config webpack.config.js && shx cp dist/index.d.ts dist/ace.d.ts",
"build-debug": "npm run prebuild && npx webpack --config webpack-debug.config.js && shx cp dist/index.d.ts dist/ace-debug.d.ts",
"prebuild": "ts-node src/genRuleIndex.ts",
"test": "npm run prebuild && karma start",
"serve": "serve .",
Expand Down

0 comments on commit a8076e3

Please sign in to comment.