Skip to content

Commit

Permalink
chore: updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Apr 13, 2021
1 parent 2c6e43f commit e42ce3b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 335 deletions.
322 changes: 3 additions & 319 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

9 changes: 0 additions & 9 deletions dist/licenses.txt

This file was deleted.

1 change: 0 additions & 1 deletion dist/sourcemap-register.js

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@
"github-actions"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"main": "out/index.js",
"name": "install-octopus-cli-action",
"repository": {
"type": "git",
"url": "git+https://github.com/OctopusDeploy/install-octopus-cli-action.git"
},
"scripts": {
"all": "npm run build && npm run format && npm run lint && npm run package && npm test",
"build": "tsc && ncc build -o dist",
"all": "npm run format && npm run build && npm test",
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"prebuild": "eslint src/**/*.ts",
"postbuild": "ncc build -o dist",
"test": "jest"
},
"version": "1.1.2"
Expand Down
File renamed without changes.

0 comments on commit e42ce3b

Please sign in to comment.