Skip to content

Commit

Permalink
add sideEffects
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 2, 2020
1 parent 305366b commit 29fd5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && cp README.md plugin && tsc -skipLibCheck",
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map ./plugin/**/*.metadata.json plugin/node_modules plugin/package-lock.json",
"build": "npm run tsc",
"publish": "npm run setup && npm run build && lerna publish",
"publish": "npm run setup && npm run build && lerna publish --create-release=github",
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"repository": {
Expand Down Expand Up @@ -72,4 +72,4 @@
"dependencies": {
"ts-node": "^9.0.0"
}
}
}

0 comments on commit 29fd5d2

Please sign in to comment.