Skip to content

Commit

Permalink
Merge pull request #5 from foundryvtt/npm-startup
Browse files Browse the repository at this point in the history
[#2552] Add startup NPM script for developers
  • Loading branch information
arbron authored Nov 20, 2023
2 parents fd25834 + 6ee6d01 commit 13f0798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# Run our `build` script
- name: Build All
run: |
npm run build --if-present
npm run build:code --if-present
mv --force dnd5e-compiled.mjs dnd5e.mjs
# Create a zip file with all files required by the module to add to the release
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build:json": "node ./utils/packs.mjs package unpack --nedb",
"lint": "eslint --ext .mjs ./",
"lint:fix": "eslint --ext .mjs ./ --fix",
"postinstall": "npm run build:css && npm run build:db",
"watch": "less-watch-compiler less/ ./ dnd5e.less"
},
"devDependencies": {
Expand Down

0 comments on commit 13f0798

Please sign in to comment.