Skip to content

Commit

Permalink
build: fix the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbkz committed Aug 24, 2022
1 parent 936cde8 commit b68a9bb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
},
"repository": "kei-ito/rollup-plugin-embed-css",
"scripts": {
"lint": "eslint --ext .ts src test --ignore-pattern src/index.d.ts",
"lint": "eslint --ext .ts src test",
"build": "run-s build:*",
"build:tsc": "tsc --project tsconfig.build.json",
"build:types": "node -e \"require('fs').copyFileSync('src/index.d.ts','lib/index.d.ts')\"",
"build": "run-s build:tsc build:types",
"test": "ts-node test/index.ts",
"version": "run-s version:*",
"version:changelog": "npx nlib-changelog --output CHANGELOG.md",
Expand Down Expand Up @@ -73,8 +72,7 @@
"overrides": [
{
"files": [
"test/**/*.ts",
"src/index.d.ts"
"test/**/*.ts"
],
"rules": {
"no-lone-blocks": "off",
Expand Down

0 comments on commit b68a9bb

Please sign in to comment.