Skip to content

Commit

Permalink
fix(package.json): removes reference to now replaced hbs templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Sep 2, 2024
1 parent 8704b63 commit 38b45d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
"sideEffects": [
"dist/render/smcat/smcat.template.js",
"dist/render/dot/dot.states.template.js",
"dist/render/dot/dot.template.js",
"dist/render/scxml/scxml.states.template.js",
"dist/render/scxml/scxml.template.js"
"dist/render/dot/dot.template.js"
],
"scripts": {
"build": "make clean dist pages cli-build && rm -rf dist && tsc && make templates-dist && prettier --cache --log-level warn --write --use-tabs dist && chmod 700 dist/cli/main.mjs",
Expand Down

0 comments on commit 38b45d3

Please sign in to comment.