We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1415125 commit ca5f876Copy full SHA for ca5f876
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"tests": "echo \"Error: no test specified\" && exit 1",
8
"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"
+ "build": "esbuild src/index.js --bundle --outfile=build/index.min.js --minify && npm run compress && cp src/index.js build/index.js"
10
},
11
"repository": {
12
"type": "git",
0 commit comments