Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
remove prebuild and partytown steps
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Mar 13, 2024
1 parent 4b3db10 commit 1f299e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
"description": "Nightwatch.js website - https://nightwatchjs.org",
"scripts": {
"start": "postdoc run",
"prebuild": "postdoc build",
"serve": "postdoc preview",
"clone:docs": "rm -rf nightwatch-docs/ && git clone https://github.com/nightwatchjs/nightwatch-docs.git",
"clone:nightwatch": "rm -rf nightwatch/ && git clone https://github.com/nightwatchjs/nightwatch.git",
"build": "npm run partytown && postdoc build && node build/optimize.mjs",
"build": "postdoc build && node build/optimize.mjs",
"netlify": "npm run clone:docs && npm run clone:nightwatch && npm run build",
"partytown": "partytown copylib public/~partytown",
"eslint": "eslint src test --quiet"
Expand Down

0 comments on commit 1f299e7

Please sign in to comment.