Skip to content

Commit

Permalink
Update scripts which copy files to include all files
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Apr 23, 2023
1 parent 5d30aa7 commit 41470f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"build": "npm run backup && npm run lint && npm run compile",
"changelog": "git log --pretty='* [%h] %s' --no-merges $(git describe --tags --abbrev=0 @^)..@ > CHANGELOG.md",
"compile": "babel ./src/js/*.js -d ./dist",
"postinstall": "rm -r dist && mkdir dist && cp ./src/patches/*.amxd ./dist && npm run build",
"postinstall": "rm -r dist && mkdir dist && cp ./src/patches/*.amxd ./dist && cp ./src/presets/*.adg ./dist && cp ./src/sets/*.als ./dist && cp ./src/traktor/*.tsi ./dist && npm run build",
"lint": "eslint './src/js/*.js'",
"prepare": "husky install",
"release": "npm run changelog && cp ./README.md ./release && cp ./dist/*.amxd ./release && cp ./dist/*.js ./release && cp ./src/traktor/*.tsi ./release",
"release": "npm run changelog && cp ./README.md ./release && cp ./dist/* ./release",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon"
},
Expand Down

0 comments on commit 41470f5

Please sign in to comment.