Skip to content

Commit 03c2262

Browse files
committed
check pipeline
1 parent 8df0f4d commit 03c2262

File tree

5 files changed

+12
-17
lines changed

5 files changed

+12
-17
lines changed

package-lock.json

+8-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"packages/**"
44
],
55
"scripts": {
6-
"build": "run build goPublish"
6+
"build": "run build publish -s"
77
},
88
"dependencies": {
9-
"@atomico/run": "^0.7.1"
9+
"@atomico/run": "^0.8.0"
1010
}
1111
}

packages/core/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"build:types": "tsc",
1616
"build:compile": "library src/**/*",
1717
"build:exports": "exports lib/**/* types/**/*",
18-
"build": "npm run build:types && npm run build:compile && npm run build:exports",
19-
"prepublishOnly": "npm run build"
18+
"build": "npm run build:types && npm run build:compile && npm run build:exports"
2019
},
2120
"author": "UpperCod",
2221
"license": "ISC",

packages/next-app/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "next-app",
3-
"version": "0.1.0",
43
"private": true,
54
"scripts": {
65
"dev": "next dev",

packages/next-pages/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "next-pages",
3-
"version": "0.1.0",
43
"private": true,
54
"scripts": {
65
"dev": "next dev",
@@ -12,6 +11,6 @@
1211
"next": "latest",
1312
"react": "^18.2.0",
1413
"react-dom": "^18.2.0",
15-
"@atomico/react":"*"
14+
"@atomico/react": "*"
1615
}
1716
}

0 commit comments

Comments
 (0)