8000 Fixed build pipeline · ulyssear/css-in-js-in-html@ca5f876 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca5f876

Browse files
committed
Fixed build pipeline
1 parent 1415125 commit ca5f876

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"tests": "echo \"Error: no test specified\" && exit 1",
88
"compress": "node scripts/compress.js",
9-
"build": "esbuild index.js --bundle --outfile=build/index.min.js --minify && npm run compress && cp index.js build/index.js"
9+
"build": "esbuild src/index.js --bundle --outfile=build/index.min.js --minify && npm run compress && cp src/index.js build/index.js"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)
0