Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
franzzua committed Dec 8, 2023
1 parent 33ec470 commit bbaa68a
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 @@ -7,7 +7,7 @@
"compile": "cmmn compile -b --watch",
"bundle": "cmmn bundle -b --watch",
"prod": "cmmn bundle -b --prod",
"ci2": "cmmn compile -b && cmmn bundle -b && cmmn bundle -b --prod",
"ci2": "cmmn compile -b && cmmn bundle -b && cmmn bundle -b --prod --minify",
"test": "node --test */dist/**/*.spec.js",
"publish": "wersion patch"
},
Expand Down

0 comments on commit bbaa68a

Please sign in to comment.