Skip to content

Commit

Permalink
Add postbuild command to copy index.d.ts to dash.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed May 30, 2023
1 parent c238e6f commit 4078894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -11,6 +11,7 @@
"start": "webpack serve --config build/webpack.dev.js",
"lint": "eslint src/**/*.js test/unit/mocks/*.js test/unit/*.js",
"build": "tsc && rimraf dist && webpack --config build/webpack.prod.js",
"postbuild": "cp index.d.ts dash.d.ts",
"doc": "jsdoc -c build/jsdoc/jsdoc_conf.json -d docs/jsdoc",
"test": "karma start karma.unit.conf.js",
"test-browserunit": "karma start build/karma.conf.js",
Expand Down

0 comments on commit 4078894

Please sign in to comment.