We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build:js
1 parent 9062540 commit 496d419Copy full SHA for 496d419
package.json
@@ -23,6 +23,7 @@
23
"lint:all": "eslint .",
24
"lint:fix": "eslint . --fix --cache",
25
"lint:fix-all": "eslint . --fix",
26
+ "build:js": "minify-js assets --no-mangle",
27
"bump:res": "node utils/bump/resources --cache",
28
"bump:resources": "node utils/bump/resources --cache",
29
"bump:res-search": "node utils/bump/resources",
0 commit comments