Skip to content

Commit

Permalink
fix: revert rollup-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 21, 2020
1 parent 4b7a6c6 commit a63fdea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
21 changes: 5 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@babel/plugin-proposal-optional-chaining": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-typescript": "7.8.3",
"@rollup/plugin-typescript": "3.0.0",
"@rollup/plugin-typescript": "2.1.0",
"@storybook/addon-actions": "5.3.13",
"@storybook/addon-knobs": "5.3.13",
"@storybook/addon-links": "5.3.13",
Expand Down
3 changes: 2 additions & 1 deletion scripts/publish.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
const exec = require('child_process').execSync
const assert = require('assert')
const path = require('path')
const consola = require('consola')
const { buildFor } = require('./build')
const packages = require('./packages')
const { selectVersion } = require('./selectVersion')
const consola = require('consola')

const distDir = path.resolve(__dirname, '..', 'dist')

Expand Down Expand Up @@ -47,6 +47,7 @@ async function cli() {
}
catch (e) {
console.error(e)
process.exit(1)
}
}

Expand Down

0 comments on commit a63fdea

Please sign in to comment.