fix prod build & bump version

pull/13431/head
Román Jiménez 7 years ago
parent 9b31e96f59
commit 642cdcfd41

@ -411,7 +411,7 @@ module.exports = function (grunt) {
'exorcise',
'uglify',
'npm-build',
'npm-build:dashboard'
'npm-build-dashboard'
]);
grunt.registerTask('build-static', 'generate static files and needed vendor scripts', [
@ -425,9 +425,10 @@ module.exports = function (grunt) {
*/
grunt.registerTask('release', [
'check_release',
'build',
's3',
'invalidate'
'build'
// ,
// 's3',
// 'invalidate'
]);
grunt.registerTask('affected', 'Generate only affected specs', function (option) {

@ -1,6 +1,6 @@
{
"name": "cartodb-ui",
"version": "4.11.23-3",
"version": "4.11.23-4",
"description": "CARTO UI frontend",
"repository": {
"type": "git",

Loading…
Cancel
Save