Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaro-octal committed May 25, 2021
1 parent 30d31dd commit 2db9288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"lint": "eslint 'src/**/*.ts'",
"prebuild": "rimraf dist",
"build": "tsc --noEmit && rollup -c rollup.config.js",
"postbuild": "cp package.json dist/",
"start": "rollup -c rollup.config.js -w",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
Expand Down

0 comments on commit 2db9288

Please sign in to comment.