Skip to content

Commit

Permalink
build done
Browse files Browse the repository at this point in the history
  • Loading branch information
Eccenux committed Dec 19, 2023
1 parent da08f0a commit e77a021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.building your project.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Your `package.json` (crucial part being `scripts`):
"type": "commonjs",
"scripts": {
"test": "mocha",
"build": "browserify src/main.js -o dist/yourGadgetName.js",
"build": "browserify src/main.js -o dist/yourGadgetName.js && node -e \"console.log('Build done');\" ",
"deploy-dev": "node wikiploy-dev.mjs",
"deploy": "node wikiploy.mjs",
"rollout-dev": "npm run build && npm run deploy-dev",
Expand Down

0 comments on commit e77a021

Please sign in to comment.