Skip to content

Commit 93afeeb

Browse files
committed
Fixed build script
1 parent 50ab19f commit 93afeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The plugins to produce the CanJS site",
55
"main": "static/canjs",
66
"scripts": {
7-
"build": "node build-search-worker.js && mkdir -p dist && cp doc/workers/static/search-worker.js dist",
7+
"build": "node build-search-worker.js",
88
"start": "node build-search-worker.js && node make-example.js -f",
99
"styles": "rm -rf node_modules/bit-docs-generate-html/site/static && npm start",
1010
"test": "npm start && npm run testee",

0 commit comments

Comments
 (0)