Skip to content

Commit 87220cd

Browse files
committed
Fix npm run build command
1 parent 1094d2e commit 87220cd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- run: npm ci
22-
- run: npm build
22+
- run: npm run build
2323
- run: npm publish
2424
env:
2525
NODE_AUTH_TOKEN: ${{ secrets.ESLINT_PLUGIN_NPM_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-proper-tests",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "ESLint rules for writing more proper tests.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)