Skip to content

Commit

Permalink
Merge branch 'master' of github.com:blinkylights23/timee
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkylights23 committed Apr 20, 2021
2 parents 567006f + 270ad0b commit 1151909
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g rollup
- run: npm ci
- run: npm run build --if-present
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: echo "${{ toJson(${{ github.event) }}"
- run: echo "${{ toJson(github.event) }}"
- run: npm ci
- run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "jest",
"build": "rollup -c",
"watch": "rollup -c -w"
},
Expand Down

0 comments on commit 1151909

Please sign in to comment.