Skip to content

Commit

Permalink
chore: fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Mar 3, 2022
1 parent db1b6a3 commit 3204ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "git+https://github.com/bennypowers/lit-css.git"
},
"scripts": {
"build": "yarn clean && run-p build:*",
"build": "yarn clean && run-s build:*",
"build:runtime": "node build.js",
"build:types": "tsc",
"lint": "eslint .",
Expand Down

0 comments on commit 3204ec4

Please sign in to comment.