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 9316ec5 commit 470e802Copy full SHA for 470e802
package.json
@@ -9,7 +9,7 @@
9
],
10
"scripts": {
11
"test": "jest --coverage",
12
- "build": "rm -rf ./lib/ && tsc --project tsconfig.build.json && npx webpack && cp ./lib/sqlitecloud.drivers.js ./public/ && cp ./lib/sqlitecloud.drivers.dev.js ./public/",
+ "build": "rm -rf ./lib/ && tsc --project tsconfig.build.json && npx webpack",
13
"publish": "npm run build && npm publish --access public",
14
"prettier": "prettier --write 'src/**/*'",
15
"lint": "eslint ./src/ --fix && tsc --noEmit",
0 commit comments