Skip to content

Commit

Permalink
fix package json
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmansi committed Aug 7, 2022
1 parent af241ec commit 495d511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
},
"scripts": {
"clean": "rimraf dist",
"build": "yarn build:tsc && yarn build:webpack",
"build": "npm run build:tsc && npm run build:webpack",
"build:tsc": "tsc --project tsconfig.build.json",
"build:webpack": "webpack",
"lint": "eslint src test",
Expand Down

0 comments on commit 495d511

Please sign in to comment.