Skip to content

Commit

Permalink
reenable prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
theinterned committed Oct 27, 2023
1 parent f26ad3d commit a1cd9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint . --ext .js,.ts && tsc --noEmit",
"test": "karma start karma.config.cjs",
"clean": "rm -rf dist",
"xprebuild": "npm run clean && npm run lint && mkdir dist",
"prebuild": "npm run clean && npm run lint && mkdir dist",
"pretest": "npm run build",
"prepublishOnly": "npm run build",
"buildSite": "npm run build && mkdir -p pages/hotkey && cp -r dist/* pages/hotkey"
Expand Down

0 comments on commit a1cd9da

Please sign in to comment.