Skip to content

Commit

Permalink
Copy html files on build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyoshika committed May 24, 2024
1 parent c0f60ad commit 103965c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
},
"scripts": {
"test": "MONGOMS_VERSION=7.0.3 NODE_TLS_REJECT_UNAUTHORIZED=0 nyc mocha",
"build": "babel src -d dist",
"build:js": "babel src -d dist",
"build:html": "node copy-html-files.js",
"build": "npm run build:js && npm run build:html",
"start": "node index.js"
},
"repository": {
Expand Down

0 comments on commit 103965c

Please sign in to comment.