Skip to content

Commit 91c3258

Browse files
committed
fix: temporary remove rollup
1 parent c81eb85 commit 91c3258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
2929
"prebuild": "rimraf dist",
30-
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src",
30+
"build": "tsc --module commonjs && typedoc --out docs --target es6 --theme minimal --mode file src",
3131
"start": "rollup -c rollup.config.ts -w",
3232
"test": "jest --coverage",
3333
"test:watch": "jest --coverage --watch",

0 commit comments

Comments
 (0)