Skip to content

Commit

Permalink
Include building the DNP list in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bitWolfy committed Mar 30, 2020
1 parent 6db338d commit b41388c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "./build/style.min.css,./build/script.user.js"
artifacts: "./build/style.min.css,./build/avoid-posting.json,./build/script.user.js"
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"main": "./build/script.user.js",
"scripts": {
"autoprefixer": "postcss ./build/style.min.css --no-map --use autoprefixer -r",
"build": "npm-run-all eslint typescript browserify userscript sass autoprefixer clean",
"build:testing": "npm-run-all typescript browserify userscript sass autoprefixer clean",
"build": "npm-run-all eslint typescript browserify userscript creatednp sass autoprefixer clean",
"build:testing": "npm-run-all typescript browserify userscript creatednp sass autoprefixer clean",
"eslint": "eslint ./**/*.ts",
"clean": "rimraf ./build/temp/",
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit b41388c

Please sign in to comment.