Skip to content

Commit

Permalink
build: add-files script
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Oct 11, 2023
1 parent 2168376 commit e60dfa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"homepage": "https://relative-ci.com/documentation/setup",
"scripts": {
"add-files": "npm install && npm run build && rm -fr node_modules && npm install --omit=dev && git add -f node_modules dist",
"lint": "eslint .",
"build": "webpack --mode production"
},
Expand Down

0 comments on commit e60dfa2

Please sign in to comment.