Skip to content

Commit

Permalink
chore: remove worker build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 3, 2021
1 parent eaa2641 commit 3c6540d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
"lint": "eslint . --fix",
"test.lint": "eslint .",
"clean": "shx rm -rf dist .parcel-cache",
"build.worker": "cross-env NODE_ENV=production parcel build --target worker lib/paths-cache-worker.js",
"dev.main": "cross-env NODE_ENV=development parcel watch --target main lib/autocomplete-paths.js",
"build.main": "cross-env NODE_ENV=production parcel build --target main lib/autocomplete-paths.js",
"build": "npm run build.main",
"dev": "cross-env NODE_ENV=development parcel watch --target main lib/autocomplete-paths.js",
"build": "cross-env NODE_ENV=production parcel build --target main lib/autocomplete-paths.js",
"build-commit": "build-commit -o dist",
"prepare": "npm run build"
},
Expand All @@ -33,12 +31,6 @@
},
"outputFormat": "commonjs",
"isLibrary": true
},
"worker": {
"context": "web-worker",
"includeNodeModules": true,
"outputFormat": "global",
"isLibrary": true
}
},
"dependencies": {
Expand Down

0 comments on commit 3c6540d

Please sign in to comment.