Skip to content

Commit

Permalink
Removed unnecessary call to tsc compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Aug 20, 2020
1 parent 1a538f0 commit c466801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"scripts": {
"lint": "eslint src/*.ts test/*.spec.ts examples/* --ext .js,.ts",
"prebuild": "rimraf dist",
"build": "tsc --module es6 && rollup -c rollup.config.ts && typedoc --out docs --target es6 --mode modules src",
"quickbuild": "tsc --module es6 && rollup -c rollup.config.ts",
"build": "rollup -c rollup.config.ts && typedoc --out docs --target es6 --mode modules src",
"quickbuild": "rollup -c rollup.config.ts",
"start": "rollup -c rollup.config.ts -w",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
Expand Down

0 comments on commit c466801

Please sign in to comment.