From 3b6a8cb5f474813328ea449c1a51786f067fa006 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Fri, 14 Jun 2024 16:06:59 +0200 Subject: [PATCH] + /dist/package-lock.json --- gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gruntfile.js b/gruntfile.js index 30bdece..991de9b 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -27,6 +27,10 @@ module.exports = function(grunt) { { src: "./package.prod.json", dest: "./dist/package.json" + }, + { + src: "./package-lock.json", + dest: "./dist/package-lock.json" } ] }