Skip to content

Commit f7b1f10

Browse files
author
James Hill
committed
Added release build script
1 parent 0d184d4 commit f7b1f10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"start": "run-p -r \"build --watch\"",
99
"build": "tsc",
1010
"minify": "terser-folder ./dist -e -x .js -o ./dist",
11+
"release": "run-s build minify",
1112
"lint": "eslint ./src/**/*.ts",
1213
"test": "jest ./tests/src"
1314
},

0 commit comments

Comments
 (0)