We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623518e commit bbf34e7Copy full SHA for bbf34e7
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