Skip to content

Commit 9b36fa5

Browse files
committed
Add version script
1 parent bbea008 commit 9b36fa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"scripts": {
1818
"build": "microbundle",
1919
"dev": "microbundle watch",
20-
"test": "jest --verbose"
20+
"test": "jest --verbose",
21+
"version": "npm run build"
2122
},
2223
"jest": {
2324
"testEnvironment": "jsdom"

0 commit comments

Comments
 (0)