Skip to content

Commit 279806d

Browse files
fix: revert package (#133)
1 parent 66dcad7 commit 279806d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- run:
1414
name: Install npm
1515
command: npm ci
16+
- run:
17+
name: Build
18+
command: npm run build
1619
- run:
1720
name: Check code quality
1821
command: npm run lint

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"pkgRoot": "dist"
3535
},
3636
"devDependencies": {
37-
"@rollup/plugin-typescript": "^4.1.1",
37+
"@rollup/plugin-typescript": "^3.0.0",
3838
"@types/fs-extra": "^8.1.0",
3939
"@types/jest": "^25.2.1",
4040
"@types/node": "^13.13.5",

0 commit comments

Comments
 (0)