Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Joern Turner committed Oct 24, 2023
1 parent e1ff91b commit 8d4d07d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"build": "rimraf dist && rollup -c rollup.config.js",
"start": "es-dev-server --app-index doc/index.html --node-resolve --watch --open",
"install-demos": "cd demo && npm i",
"build-test": "npm run build && karma start"
"build-test": "npm run build && karma start",
"version": "npm run build"
},
"keywords": [
"Fore",
Expand Down

0 comments on commit 8d4d07d

Please sign in to comment.