Skip to content

Commit 3d21b6b

Browse files
🔨 build: Upgrade build script.
1 parent 219dafd commit 3d21b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
},
2424
"name": "@aureooms/js-predicate",
2525
"scripts": {
26-
"build": "./node_modules/.bin/aureooms-node-package-build",
26+
"build": "NODE_ENV=production microbundle",
2727
"test": "ava",
2828
"esdoc": null,
2929
"lint": "true"
3030
},
3131
"license": "AGPL-3.0",
3232
"author": "aureooms",
33-
"main": "js/dist/predicate.js",
33+
"main": "dist/index.js",
3434
"devDependencies": {
3535
"aureooms-node-package": "^6.0.1",
3636
"@babel/core": "7.13.10",

0 commit comments

Comments
 (0)