Skip to content

Commit 8a9d6f6

Browse files
authored
Merge pull request #414 from DevExpress/Add_npm_pack_script
Add npm pack script
2 parents 625a820 + f870835 commit 8a9d6f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"serve": "http-server -c-1 -o -p 8875 .",
1212
"build": "gulp build",
1313
"lite": "lite-server",
14-
"test": "gulp test"
14+
"test": "gulp test",
15+
"pack": "gulp npm.pack"
1516
},
1617
"author": "Developer Express Inc.",
1718
"license": "MIT",

0 commit comments

Comments
 (0)