Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SmolSoftBoi committed May 12, 2021
1 parent 2a75a37 commit ebe1c4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
node-version: 10 # use the minimum required version
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn run dist
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epickris/bootstrap-kit",
"version": "1.0.1",
"version": "1.0.2",
"private": false,
"description": "User interface and behaviour framework based on Bootstrap.",
"author": "Kristian Matthews",
Expand Down Expand Up @@ -53,7 +53,8 @@
"watch": "npm-run-all --parallel watch-*",
"watch-css-main": "nodemon --watch scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix\"",
"watch-css-dist": "nodemon --watch dist/css/ --ext css --ignore \"dist/css/*.rtl.*\" --exec \"npm run css-rtl\"",
"watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\""
"watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"",
"prepublishOnly": "npm-run-all dist"
},
"keywords": [
"bootstrap",
Expand Down

0 comments on commit ebe1c4e

Please sign in to comment.