Skip to content

Commit

Permalink
Fix: not publishing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-wood committed Apr 5, 2024
1 parent 35215d4 commit e53b139
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 @@ -23,7 +23,7 @@
"build:prod": "esbuild src/vellum-random-table.ts --bundle --minify --sourcemap=external --outfile=vellum-random-table.js",
"build:dev": "esbuild src/vellum-random-table.ts --bundle --outfile=vellum-random-table.js",
"build:watch": "esbuild src/vellum-random-table.ts --bundle --watch --outfile=vellum-random-table.js --servedir=./",
"build:docs": "npm run build:dev && mkdir docs && cp vellum-random-table.js vellum-random-table.js.map index.html docs/",
"build:docs": "npm run build:dev && mkdir docs && cp vellum-random-table.js index.html docs/",
"prepublishOnly": "npm run build"
},
"dependencies": {
Expand Down

0 comments on commit e53b139

Please sign in to comment.