Skip to content

Commit ad6ced2

Browse files
committed
feat: Remove runtime dependency on npm
Closes #52
1 parent 5234dbc commit ad6ced2

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
@@ -9,8 +9,8 @@
99
"build:lib:clean": "rimraf lib",
1010
"build:lib:babel": "babel src --out-dir lib",
1111
"build:tries": "node scripts/build-tries.js",
12-
"postinstall": "npm run build:tries",
13-
"prepublish": "npm run build",
12+
"postinstall": "run-s build:tries",
13+
"prepublish": "run-s build",
1414
"release": "standard-version",
1515
"pretest": "run-s build:lib:clean pretest:link",
1616
"pretest:link": "node scripts/link-src.js",

0 commit comments

Comments
 (0)