We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 623518e + bbf34e7 commit 6990041Copy full SHA for 6990041
1 file changed
package.json
@@ -9,7 +9,8 @@
9
"scripts": {
10
"build": "tsc",
11
"test": "npm run build && mocha",
12
- "prepublishOnly": "browserify index.js -s GraphDataStructure -o graph-data-structure.js"
+ "browserify": "browserify index.js -s GraphDataStructure -o graph-data-structure.js",
13
+ "prepublishOnly": "npm run build && npm run browserify"
14
},
15
"repository": {
16
"type": "git",
0 commit comments