Skip to content

Commit d9ae5f9

Browse files
feature(REPORT-333396): Bold-Reports 5.3 Release Changes
1 parent 4053e56 commit d9ae5f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"author": "",
66
"license": "ISC",
77
"scripts": {
8-
"test": "gulp test",
9-
"postinstall": "gulp copy",
10-
"build": "gulp build"
8+
"build": "gulp production-build",
9+
"serve": "gulp serve",
10+
"postinstall": "gulp copy"
1111
},
1212
"devDependencies": {
1313
"@babel/cli": "7.2.3",
@@ -53,4 +53,4 @@
5353
"html-to-text": "^8.2.0",
5454
"markdown-spellcheck": "^1.3.1"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)