Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
holubv committed Apr 21, 2021
1 parent 298febb commit 0cf4de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "parcel serve ./test/index.html --port 8080",
"build": "parcel build ./src/lib.js --target browser",
"build:lib": "npm pack"
"build:lib": "npm run-script build && npm pack"
},
"main": "src/lib.js",
"browser": "dist/lib.js",
Expand Down

0 comments on commit 0cf4de7

Please sign in to comment.