File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,15 @@ jobs:
49
49
node-version : 18
50
50
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
51
51
registry-url : ' https://registry.npmjs.org'
52
-
52
+
53
53
- uses : pnpm/action-setup@v2
54
54
with :
55
55
version : 8
56
56
- run : pnpm install --frozen-lockfile
57
+ - run : pnpm build
57
58
- name : npm publish
58
59
run : pnpm release-plan publish
59
-
60
+
60
61
env :
61
62
GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
62
63
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ const addon = new Addon({
8
8
} ) ;
9
9
10
10
export default {
11
- // This provides defaults that work well alongside `publicEntrypoints` below.
12
- // You can augment this if you need to.
13
11
output : addon . output ( ) ,
14
12
15
13
plugins : [
Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"author" : " NullVoxPopuli" ,
8
8
"scripts" : {
9
+ "prepare" : " pnpm --filter 'ember-data-resources' build" ,
9
10
"_start:docs" : " pnpm --filter docs-app start" ,
10
- "_start:package" : " pnpm --filter 'ember-primitives ' start --no-watch.clearScreen" ,
11
+ "_start:package" : " pnpm --filter 'ember-data-resources ' start --no-watch.clearScreen" ,
11
12
"_start:tests" : " pnpm --filter test-app start" ,
12
13
"build" : " turbo run build --output-logs errors-only" ,
13
14
"lint" : " turbo run _:lint --output-logs errors-only" ,
You can’t perform that action at this time.
0 commit comments