Skip to content

Commit c56031a

Browse files
author
SwethaBabu
committed
969759: Committed the changes.
1 parent ca47296 commit c56031a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Essential JS 2 - Sample name",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
7+
"scripts": {
8+
"start": "webpack-dev-server --open --mode development",
9+
"build": "webpack --mode production",
10+
"ci-publish": "gulp publish-sample"
11+
},
712
"devDependencies": {
813
"@types/node": "^20.4.1",
914
"@types/react": "^18.2.14",

0 commit comments

Comments
 (0)