Skip to content

Commit

Permalink
wip test workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Nov 22, 2023
1 parent bb92b33 commit 03d7d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public_html/wp-content/themes/wporg-events-2023/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"scripts": {
"watch": "npm run build -- --watch",
"build": "postcss postcss/style.pcss --output style.css"
"build": "postcss postcss/style.pcss --output style.css",
"lint:js": "test 1"
}
}

0 comments on commit 03d7d3d

Please sign in to comment.